tutorial button
authorJan Szejko <janek37@gmail.com>
Fri, 24 Mar 2017 10:13:16 +0000 (11:13 +0100)
committerJan Szejko <janek37@gmail.com>
Fri, 24 Mar 2017 10:13:16 +0000 (11:13 +0100)
apps/wiki/templates/wiki/bootstrap.html
redakcja/static/js/catalogue/catalogue.js

index cdbb426..775167e 100644 (file)
                     {name: 'preview', text: 's'},
                     {name: 'attachments', text: 's'},
                     {name: 'draft', text: 's'},
-                    {name: 'comment', text: 's'}, // needs to be set manually in comments.html :(
-                    {name: 'save', text: 's'},
+                    {name: 'comment', text: 's'},
+                    {name: 'save', text: 'Sztuczna gadatliwość pijanych konstabli cieszy rumieńcem stareńkich notabli'},
                     {name: 'mainpage', text: 's'},
-                    {name: 'exit', text: 's'}
+                    {name: 'exit', text: 'Sztuczna gadatliwość pijanych konstabli cieszy rumieńcem stareńkich notabli'}
                 ]
             };
 
                 Editor.start(config);
             };
 
-
-
-
         </script>
+        <div id="tuton"></div>
         <div id="editor_root"></div>
     </body>
 </html>
index 33764a7..fa3f5f2 100755 (executable)
         }
         $('#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();
         }
-        $tuton.on('click', tuton);
+        $(document).on('click', '#tuton', tuton);
         $(document).on('click', '.tutorial-off', tutoff);
         $(document).on('click', '.tutorial-next', tut);
     });