Browse code

Remove redundant Tooltip theme option

Benjamin Roth authored on19/01/2023 22:29:27
Showing1 changed files
... ...
@@ -66,7 +66,6 @@ echo Template::generateScriptTag('bundles/vonrotenbergjbox/jBox.all.min.js',fals
66 66
 
67 67
     new jBox('Tooltip', {
68 68
       attach: '[data-tooltip-title]',
69
-      theme: 'Tooltip',
70 69
       // pointer: 'right:60',
71 70
       getContent: 'data-tooltip-title',
72 71
       maxWidth: 250,