Commit 01ac8954c6bbee51dca0999ac545d828255dd8fc
1 parent
5c882acd
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
site_tour: enable auto positioning
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
plugins/site_tour/public/main.js
| ... | ... | @@ -72,6 +72,7 @@ var siteTourPlugin = (function() { |
| 72 | 72 | userData = data; |
| 73 | 73 | |
| 74 | 74 | intro = introJs(); |
| 75 | + intro.setOption('tooltipPosition', 'auto'); | |
| 75 | 76 | intro.onafterchange(function(targetElement) { |
| 76 | 77 | var name = jQuery(targetElement).attr('data-intro-name'); |
| 77 | 78 | mark(name); | ... | ... |