Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/popup-bu.../public/js
File: PopupBuilderProFunctionality.js
function SGPBPopupPro()
[0] Fix | Delete
{
[1] Fix | Delete
[2] Fix | Delete
}
[3] Fix | Delete
[4] Fix | Delete
SGPBPopupPro.prototype.eventListener = function()
[5] Fix | Delete
{
[6] Fix | Delete
sgAddEvent(window, 'sgpbDidOpen', function(e) {
[7] Fix | Delete
var args = e.detail;
[8] Fix | Delete
var popupId = parseInt(args.popupId);
[9] Fix | Delete
[10] Fix | Delete
var iframeTag = jQuery('.sgpb-popup-builder-content-'+popupId+' .sgpb-iframe-'+popupId);
[11] Fix | Delete
if (iframeTag.length) {
[12] Fix | Delete
iframeTag.load(function() {
[13] Fix | Delete
var popupData = SGPBPopup.getPopupWindowDataById(popupId);
[14] Fix | Delete
/* remove spinner class when popup is open*/
[15] Fix | Delete
if (typeof popupData != 'undefined' && popupData.isOpen) {
[16] Fix | Delete
jQuery(this).removeClass('sgpb-iframe-spiner');
[17] Fix | Delete
}
[18] Fix | Delete
});
[19] Fix | Delete
}
[20] Fix | Delete
});
[21] Fix | Delete
[22] Fix | Delete
sgAddEvent(window, 'sgpbDidClose', function(e) {
[23] Fix | Delete
var args = e.detail;
[24] Fix | Delete
var popupId = parseInt(args.popupId);
[25] Fix | Delete
[26] Fix | Delete
var iframeTag = jQuery('.sgpb-popup-builder-content-'+popupId+' .sgpb-iframe-'+popupId);
[27] Fix | Delete
if (iframeTag.length) {
[28] Fix | Delete
iframeTag.each(function() {
[29] Fix | Delete
jQuery(this).addClass('sgpb-iframe-spiner');
[30] Fix | Delete
});
[31] Fix | Delete
}
[32] Fix | Delete
});
[33] Fix | Delete
};
[34] Fix | Delete
[35] Fix | Delete
[36] Fix | Delete
SGPBPopupPro.prototype.init = function()
[37] Fix | Delete
{
[38] Fix | Delete
this.eventListener();
[39] Fix | Delete
};
[40] Fix | Delete
[41] Fix | Delete
jQuery(document).ready(function() {
[42] Fix | Delete
var obj = new SGPBPopupPro();
[43] Fix | Delete
obj.init();
[44] Fix | Delete
});
[45] Fix | Delete
[46] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function