PluginProbe
WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards / 5.5.85
WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards v5.5.85
5.5.85 5.5.84 5.5.83 5.5.82 5.5.81 5.5.80 5.5.79 5.5.77 5.5.76 5.5.75 5.5.73 5.5.72 5.5.22 5.5.23 5.5.29 5.5.3 5.5.31 5.5.32 5.5.34 5.5.35 5.5.36 5.5.37 5.5.4 5.5.40 5.5.41 All 161 releases
← All changes | assets/js/wpda_dashboard.js +4 -5 5.5.41 → 5.5.85 View file →
@@ -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() {