| @@ -85,13 +85,11 @@ | ||
| 85 | 85 | jQuery("#wpda-dashboard-mobile").hide(); |
| 86 | 86 | jQuery("#wpda-dashboard").fadeIn(1000); |
| 87 | 87 | jQuery("#wpda-dashboard-toolbar").fadeIn(2000); |
| 88 | 88 | |
| 89 | - jQuery(".wpda_tooltip").tooltip({ | |
| 90 | - tooltipClass: "wpda_tooltip_css", | |
| 91 | - }); | |
| 89 | + jQuery(".wpda_tooltip").tooltip({}) | |
| 90 | + .tooltip( "option", "tooltipClass", "wpda_tooltip_css" ); | |
| 92 | 91 | jQuery(".wpda_tooltip_icons").tooltip({ |
| 93 | - tooltipClass: "wpda_tooltip_icons_css", | |
| 94 | 92 | position: { |
| 95 | 93 | my: "center bottom-24", |
| 96 | 94 | at: "center top", |
| 97 | 95 | using: function (position, feedback) { |
| @@ -102,9 +100,10 @@ | ||
| 102 | 100 | .addClass(feedback.horizontal) |
| 103 | 101 | .appendTo(this); |
| 104 | 102 | } |
| 105 | 103 | } |
| 106 | - }); | |
| 104 | + }) | |
| 105 | + .tooltip( "option", "tooltipClass", "wpda_tooltip_icons_css" ); | |
| 107 | 106 | } |
| 108 | 107 | } |
| 109 | 108 | |
| 110 | 109 | function setDashboardWidth() { |