Add tooltips to SAML forms
[cascardo/ipsilon.git] / templates / master-admin.html
index a5a696d..c058360 100644 (file)
@@ -9,6 +9,16 @@
     <script src="{{ basepath }}/ui/js/jquery.js"></script>
     <script src="{{ basepath }}/ui/js/bootstrap.js"></script>
     <script src="{{ basepath }}/ui/js/patternfly.js"></script>
+    {% if newurl %}
+    <script>
+        $( document ).ready(
+            function() {
+                history.replaceState({} , document.title, "{{ newurl }}");
+            }
+        );
+        $( document ).tooltip();
+    </script>
+    {% endif %}
   </head>
   <body>
     <nav class="navbar navbar-default navbar-pf" role="navigation">