Compare commits
1 Commits
master
...
feature/ch
Author | SHA1 | Date | |
---|---|---|---|
|
20e870fcf2 |
@ -51,8 +51,14 @@
|
|||||||
});
|
});
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
tour.start = function (start) {
|
||||||
|
return function () {
|
||||||
// Don't start the tour if the user dismissed it once this session
|
// Don't start the tour if the user dismissed it once this session
|
||||||
if (!Cookies.get('<%= abraham_cookie_prefix %>-<%= tour_name %>', {domain: '<%= abraham_domain %>'})) {
|
if (!Cookies.get('<%= abraham_cookie_prefix %>-<%= tour_name %>', {domain: '<%= abraham_domain %>'})) {
|
||||||
tour.start();
|
start();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}(tour.start)
|
||||||
|
|
||||||
|
tour.start()
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user