Commit 3d04994e7ea8eb370848aae1cde29e798c32df91
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Merge branch 'site_tour' into stable
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); | ... | ... |