summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/master-admin.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/master-admin.html b/templates/master-admin.html
index e838111..8987df9 100644
--- a/templates/master-admin.html
+++ b/templates/master-admin.html
@@ -14,9 +14,9 @@
$( document ).ready(
function() {
history.replaceState({} , document.title, "{{ newurl }}");
+ $('[data-toggle="tooltip"]').tooltip();
}
);
- $( document ).tooltip();
</script>
{% endif %}
{% block scripts %}