PluginProbe
King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder / 51.1.83
King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder v51.1.83
51.1.84 51.1.85 51.1.83 51.1.82 51.1.81 51.1.79 51.1.78 51.1.77 51.1.76 51.1.74 51.1.75 51.1.65 51.1.64 51.1.63 trunk 51.1.14 51.1.2 51.1.35 51.1.36 51.1.37 51.1.38 51.1.39 51.1.44 51.1.45 51.1.46 All 39 releases
← All changes | includes/admin/js/elementor-editor.js +4 -4 51.1.6451.1.83 View file →
@@ -91,9 +91,9 @@
91 91 elementor.hooks.addAction('panel/close_editor', function() {
92 92 observer.disconnect();
93 93 });
94 94 } catch (error) {
95 - console.error('Error when setting up observer:', error);
95 + // console.error('Error when setting up observer:', error);
96 96 }
97 97 }
98 98 });
99 99
@@ -337,14 +337,14 @@
337 337 }
338 338 `;
339 339 document.head.appendChild(style);
340 340 } catch (styleError) {
341 - console.error('Error when adding styles:', styleError);
341 + // console.error('Error when adding styles:', styleError);
342 342 }
343 343 }
344 344
345 345 $(window).on('elementor:init', function() {
346 - console.log('elementor:init event fired for mega menu editor');
346 + // console.log('elementor:init event fired for mega menu editor');
347 347 const panelEl = document.getElementById('elementor-panel');
348 348
349 349 // Watch for newly-added .king-addons-pro-control elements
350 350 const observer = new MutationObserver(function(mutations) {
@@ -435,9 +435,9 @@
435 435 copyBtn.textContent = 'Copy';
436 436 copyBtn.classList.remove('copied');
437 437 }, 2000);
438 438 }).catch(err => {
439 - console.error('Error copying email:', err);
439 + // console.error('Error copying email:', err);
440 440 alert('Failed to copy email address.');
441 441 });
442 442 });
443 443