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 +5 -5 5.5.4 → 5.5.85 View file →
@@ -77,8 +77,9 @@
77 77 jQuery("#wpda-dashboard .wpda-dashboard .wpda-dashboard-group .wpda-dashboard-item .label").css("font-size", tx + "px");
78 78 jQuery("#wpda-dashboard .wpda-dashboard .wpda-dashboard-group .wpda-dashboard-item .fas").css("font-size", fs + "px");
79 79 jQuery("#wpda-dashboard .wpda-dashboard .wpda-dashboard-group .wpda-dashboard-item .fa-solid").css("font-size", fs + "px").css("height", fs + "px");
80 80 jQuery("#wpda-dashboard .wpda-dashboard .wpda-dashboard-group .wpda-dashboard-item svg").css("width", fs + "px").css("height", fs + "px");
81 + jQuery("#wpda-dashboard .wpda-dashboard .wpda-dashboard-group .subject").css("font-size", tx + "px");
81 82
82 83 jQuery("#wpda-dashboard-toolbar div a i.fas").css("font-size", fs + "px");
83 84
84 85 jQuery("#wpda-dashboard-mobile").hide();
@@ -84,13 +85,11 @@
84 85 jQuery("#wpda-dashboard-mobile").hide();
85 86 jQuery("#wpda-dashboard").fadeIn(1000);
86 87 jQuery("#wpda-dashboard-toolbar").fadeIn(2000);
87 88
88 - jQuery(".wpda_tooltip").tooltip({
89 - tooltipClass: "wpda_tooltip_css",
90 - });
89 + jQuery(".wpda_tooltip").tooltip({})
90 + .tooltip( "option", "tooltipClass", "wpda_tooltip_css" );
91 91 jQuery(".wpda_tooltip_icons").tooltip({
92 - tooltipClass: "wpda_tooltip_icons_css",
93 92 position: {
94 93 my: "center bottom-24",
95 94 at: "center top",
96 95 using: function (position, feedback) {
@@ -101,9 +100,10 @@
101 100 .addClass(feedback.horizontal)
102 101 .appendTo(this);
103 102 }
104 103 }
105 - });
104 + })
105 + .tooltip( "option", "tooltipClass", "wpda_tooltip_icons_css" );
106 106 }
107 107 }
108 108
109 109 function setDashboardWidth() {