fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
translation update
[redakcja.git]
/
redakcja
/
static
/
js
/
catalogue
/
catalogue.js
diff --git
a/redakcja/static/js/catalogue/catalogue.js
b/redakcja/static/js/catalogue/catalogue.js
index
33764a7
..
fa3f5f2
100755
(executable)
--- a/
redakcja/static/js/catalogue/catalogue.js
+++ b/
redakcja/static/js/catalogue/catalogue.js
@@
-122,12
+122,11
@@
}
$('#tutModal').on('hidden.bs.modal', tut);
}
$('#tutModal').on('hidden.bs.modal', tut);
- var $tuton = $("#tuton");
- if (sessionStorage.getItem("tutorial") == "on" && $tuton.length == 0) {
+ if (sessionStorage.getItem("tutorial") == "on" && $('#tuton').length == 0) {
tutreset();
tut();
}
tutreset();
tut();
}
- $
tuton.on('click
', tuton);
+ $
(document).on('click', '#tuton
', tuton);
$(document).on('click', '.tutorial-off', tutoff);
$(document).on('click', '.tutorial-next', tut);
});
$(document).on('click', '.tutorial-off', tutoff);
$(document).on('click', '.tutorial-next', tut);
});