| Server IP : 146.59.209.152 / Your IP : 216.73.216.46 Web Server : Apache System : Linux webm005.cluster131.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 User : infrafs ( 43850) PHP Version : 8.2.29 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/infrafs/bike/wp-content/plugins/colibri-page-builder/assets/js/customizer/ |
Upload File : |
(function ($) {
if (!NodeList.prototype.forEach) {
NodeList.prototype.forEach = Array.prototype.forEach;
HTMLCollection.prototype.forEach = Array.prototype.forEach; // Because of https://bugzilla.mozilla.org/show_bug.cgi?id=14869
}
if (!Array.from) {
Array.from = function (object) {
return [].slice.call(object);
};
}
$(function () {
// WebKit contentEditable focus bug workaround:
if (/AppleWebKit\/([\d.]+)/.exec(navigator.userAgent)) {
var editableFix = $('<input style="position:fixed;z-index-1;width:1px;height:1px;border:none;margin:0;padding:0;" tabIndex="-1">').appendTo('html');
$('body').on('blur', "i.fa[contenteditable]", function () {
editableFix[0].setSelectionRange(0, 0);
editableFix.blur();
});
}
});
})(jQuery);
wp.customize.bind('loading-initiated', function () {
top.CP_Customizer.showLoader();
});
jQuery(document).ready(function ($) {
if (wp.customize && wp.customize.mutationObserver) {
wp.customize.mutationObserver.disconnect();
}
// if page is not maintainable with companion do not decorate
if (!top.CP_Customizer.preview.data().maintainable) {
return;
}
jQuery('a').on('click', function(event) {
event.preventDefault();
event.stopPropagation();
});
});