Linux puskom-ProLiant-DL385-Gen10 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64
/
home
/
puskom
/
mastur
/
the-post-grid
/
assets
/
js
/
//home/puskom/mastur/the-post-grid/assets/js/editor-el.js
"use strict"; (function ($) { $("document").ready(function () { var templateAddSection = $("#tmpl-elementor-add-section"); if (0 < templateAddSection.length) { var oldTemplateButton = templateAddSection.html(); oldTemplateButton = oldTemplateButton.replace( '<div class="elementor-add-section-drag-title', '<div class="elementor-add-section-area-button rttpg-import-button"><img src="http://postgrid.test/wp-content/plugins/the-post-grid/assets/images/icon-16x16.png" alt=""></div><div class="elementor-add-section-drag-title' ); templateAddSection.html(oldTemplateButton); } }); })(jQuery);