aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/base_client.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/registration/base_client.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/registration/base_client.html b/templates/registration/base_client.html
index 104b006..89a7eca 100644
--- a/templates/registration/base_client.html
+++ b/templates/registration/base_client.html
@@ -181,7 +181,8 @@
<script type="text/javascript" src="{% static 'lazyload.js' %}"></script>
<script>
$(document).ready(function(){
- $('.tooltipped').tooltip();
+ var elems = document.querySelectorAll('.tooltipped');
+ var instances = M.Tooltip.init(elems, {});
});
document.addEventListener('DOMContentLoaded', function() {