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-conte.../plugins/ultimate.../lib/bootstra.../js
File: bootstrap.js
// =====================
[1000] Fix | Delete
[1001] Fix | Delete
$.fn.scrollspy.noConflict = function () {
[1002] Fix | Delete
$.fn.scrollspy = old
[1003] Fix | Delete
return this
[1004] Fix | Delete
}
[1005] Fix | Delete
[1006] Fix | Delete
[1007] Fix | Delete
// SCROLLSPY DATA-API
[1008] Fix | Delete
// ==================
[1009] Fix | Delete
[1010] Fix | Delete
$(window).on('load.bs.scrollspy.data-api', function () {
[1011] Fix | Delete
$('[data-spy="scroll"]').each(function () {
[1012] Fix | Delete
var $spy = $(this)
[1013] Fix | Delete
Plugin.call($spy, $spy.data())
[1014] Fix | Delete
})
[1015] Fix | Delete
})
[1016] Fix | Delete
[1017] Fix | Delete
}(jQuery);
[1018] Fix | Delete
[1019] Fix | Delete
/* ========================================================================
[1020] Fix | Delete
* Bootstrap: transition.js v3.4.1
[1021] Fix | Delete
* https://getbootstrap.com/docs/3.4/javascript/#transitions
[1022] Fix | Delete
* ========================================================================
[1023] Fix | Delete
* Copyright 2011-2019 Twitter, Inc.
[1024] Fix | Delete
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
[1025] Fix | Delete
* ======================================================================== */
[1026] Fix | Delete
[1027] Fix | Delete
[1028] Fix | Delete
+function ($) {
[1029] Fix | Delete
'use strict';
[1030] Fix | Delete
[1031] Fix | Delete
// CSS TRANSITION SUPPORT (Shoutout: https://modernizr.com/)
[1032] Fix | Delete
// ============================================================
[1033] Fix | Delete
[1034] Fix | Delete
function transitionEnd() {
[1035] Fix | Delete
var el = document.createElement('bootstrap')
[1036] Fix | Delete
[1037] Fix | Delete
var transEndEventNames = {
[1038] Fix | Delete
WebkitTransition : 'webkitTransitionEnd',
[1039] Fix | Delete
MozTransition : 'transitionend',
[1040] Fix | Delete
OTransition : 'oTransitionEnd otransitionend',
[1041] Fix | Delete
transition : 'transitionend'
[1042] Fix | Delete
}
[1043] Fix | Delete
[1044] Fix | Delete
for (var name in transEndEventNames) {
[1045] Fix | Delete
if (el.style[name] !== undefined) {
[1046] Fix | Delete
return { end: transEndEventNames[name] }
[1047] Fix | Delete
}
[1048] Fix | Delete
}
[1049] Fix | Delete
[1050] Fix | Delete
return false // explicit for ie8 ( ._.)
[1051] Fix | Delete
}
[1052] Fix | Delete
[1053] Fix | Delete
// https://blog.alexmaccaw.com/css-transitions
[1054] Fix | Delete
$.fn.emulateTransitionEnd = function (duration) {
[1055] Fix | Delete
var called = false
[1056] Fix | Delete
var $el = this
[1057] Fix | Delete
$(this).one('bsTransitionEnd', function () { called = true })
[1058] Fix | Delete
var callback = function () { if (!called) $($el).trigger($.support.transition.end) }
[1059] Fix | Delete
setTimeout(callback, duration)
[1060] Fix | Delete
return this
[1061] Fix | Delete
}
[1062] Fix | Delete
[1063] Fix | Delete
$(function () {
[1064] Fix | Delete
$.support.transition = transitionEnd()
[1065] Fix | Delete
[1066] Fix | Delete
if (!$.support.transition) return
[1067] Fix | Delete
[1068] Fix | Delete
$.event.special.bsTransitionEnd = {
[1069] Fix | Delete
bindType: $.support.transition.end,
[1070] Fix | Delete
delegateType: $.support.transition.end,
[1071] Fix | Delete
handle: function (e) {
[1072] Fix | Delete
if ($(e.target).is(this)) return e.handleObj.handler.apply(this, arguments)
[1073] Fix | Delete
}
[1074] Fix | Delete
}
[1075] Fix | Delete
})
[1076] Fix | Delete
[1077] Fix | Delete
}(jQuery);
[1078] Fix | Delete
[1079] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function