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

Warning: Undefined array key "page_file_edit_line" in /home/sportsfever/public_html/filemanger/edit_text_line.php on line 32
/home/sportsfe.../httpdocs/clone/wp-inclu.../js/jquery
File: jquery.form.js
}
[1500] Fix | Delete
[1501] Fix | Delete
return this.each(function() {
[1502] Fix | Delete
var t = this.type;
[1503] Fix | Delete
[1504] Fix | Delete
if (t === 'checkbox' || t === 'radio') {
[1505] Fix | Delete
this.checked = select;
[1506] Fix | Delete
[1507] Fix | Delete
} else if (this.tagName.toLowerCase() === 'option') {
[1508] Fix | Delete
var $sel = $(this).parent('select');
[1509] Fix | Delete
[1510] Fix | Delete
if (select && $sel[0] && $sel[0].type === 'select-one') {
[1511] Fix | Delete
// deselect all other options
[1512] Fix | Delete
$sel.find('option').selected(false);
[1513] Fix | Delete
}
[1514] Fix | Delete
[1515] Fix | Delete
this.selected = select;
[1516] Fix | Delete
}
[1517] Fix | Delete
});
[1518] Fix | Delete
};
[1519] Fix | Delete
[1520] Fix | Delete
// expose debug var
[1521] Fix | Delete
$.fn.ajaxSubmit.debug = false;
[1522] Fix | Delete
[1523] Fix | Delete
// helper fn for console logging
[1524] Fix | Delete
function log() {
[1525] Fix | Delete
if (!$.fn.ajaxSubmit.debug) {
[1526] Fix | Delete
return;
[1527] Fix | Delete
}
[1528] Fix | Delete
[1529] Fix | Delete
var msg = '[jquery.form] ' + Array.prototype.join.call(arguments, '');
[1530] Fix | Delete
[1531] Fix | Delete
if (window.console && window.console.log) {
[1532] Fix | Delete
window.console.log(msg);
[1533] Fix | Delete
[1534] Fix | Delete
} else if (window.opera && window.opera.postError) {
[1535] Fix | Delete
window.opera.postError(msg);
[1536] Fix | Delete
}
[1537] Fix | Delete
}
[1538] Fix | Delete
}));
[1539] Fix | Delete
[1540] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function