Merge branch 'master' into develop
This commit is contained in:
commit
c9e0d54628
@ -51,8 +51,14 @@
|
||||
});
|
||||
<% end %>
|
||||
|
||||
tour.start = function (start) {
|
||||
return function () {
|
||||
// Don't start the tour if the user dismissed it once this session
|
||||
if (!Cookies.get('<%= abraham_cookie_prefix %>-<%= tour_name %>', {domain: '<%= abraham_domain %>'})) {
|
||||
tour.start();
|
||||
start();
|
||||
}
|
||||
}
|
||||
}(tour.start)
|
||||
|
||||
tour.start()
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user