Fix bootstrap tooltip error
[cascardo/ipsilon.git] / templates / master-admin.html
index e838111..8987df9 100644 (file)
@@ -14,9 +14,9 @@
         $( document ).ready(
             function() {
                 history.replaceState({} , document.title, "{{ newurl }}");
+                $('[data-toggle="tooltip"]').tooltip();
             }
         );
-        $( document ).tooltip();
     </script>
     {% endif %}
     {% block scripts %}