+ if (sessionStorage.getItem("tutorial") === "on" && $('#tuton').length === 0) {
+ tutreset();
+ tutnext();
+ }
+ $(document).on('click', '#tuton', tuton);
+ $(document).on('click', '.tutorial-off', tutoff);
+ $(document).on('click', '.tutorial-next', tutnext);
+ $(document).on('click', '.tutorial-prev', tutprev);