]> wagnertech.de Git - mfinanz.git/blobdiff - js/kivi.js
menus: menu.pl links entfernt
[mfinanz.git] / js / kivi.js
index 0a84e8834f17d3df3462e314b57aff3b199cbd4e..7e2516da1c1a21b755fb28b5eaa4c83ef7dc67d7 100644 (file)
@@ -251,8 +251,18 @@ namespace("kivi", function(ns) {
     if (func)
       func();
 
-    ns.run_once_for('.tooltip', 'tooltip', function(elt) {
-      $(elt).tooltip();
+    ns.run_once_for('.tooltipster', 'tooltipster', function(elt) {
+      $(elt).tooltipster({
+        contentAsHTML: false,
+        theme: 'tooltipster-light'
+      })
+    });
+
+    ns.run_once_for('.tooltipster-html', 'tooltipster-html', function(elt) {
+      $(elt).tooltipster({
+        contentAsHTML: true,
+        theme: 'tooltipster-light'
+      })
     });
 
     ns.run_once_for('.tabwidget', 'tabwidget', kivi.init_tabwidget);