chore: remove hash from js static assets
This commit is contained in:
112
public/Static/dist/js/inline.js
vendored
Normal file
112
public/Static/dist/js/inline.js
vendored
Normal file
@@ -0,0 +1,112 @@
|
||||
/*! For license information please see inline.js.LICENSE.txt */
|
||||
!function() {
|
||||
var t = {
|
||||
33222: function(t, e, n) {
|
||||
!function(t) {
|
||||
"use strict";
|
||||
t.loadCSS || (t.loadCSS = function() {}
|
||||
);
|
||||
var n = loadCSS.relpreload = {};
|
||||
if (n.support = function() {
|
||||
var e;
|
||||
try {
|
||||
e = t.document.createElement("link").relList.supports("preload")
|
||||
} catch (t) {
|
||||
e = !1
|
||||
}
|
||||
return function() {
|
||||
return e
|
||||
}
|
||||
}(),
|
||||
n.bindMediaToggle = function(t) {
|
||||
var e = t.media || "all";
|
||||
function n() {
|
||||
t.media = e
|
||||
}
|
||||
t.addEventListener ? t.addEventListener("load", n) : t.attachEvent && t.attachEvent("onload", n),
|
||||
setTimeout((function() {
|
||||
t.rel = "stylesheet",
|
||||
t.media = "only x"
|
||||
}
|
||||
)),
|
||||
setTimeout(n, 3e3)
|
||||
}
|
||||
,
|
||||
n.poly = function() {
|
||||
if (!n.support())
|
||||
for (var e = t.document.getElementsByTagName("link"), o = 0; o < e.length; o++) {
|
||||
var r = e[o];
|
||||
"preload" !== r.rel || "style" !== r.getAttribute("as") || r.getAttribute("data-loadcss") || (r.setAttribute("data-loadcss", !0),
|
||||
n.bindMediaToggle(r))
|
||||
}
|
||||
}
|
||||
,
|
||||
!n.support()) {
|
||||
n.poly();
|
||||
var o = t.setInterval(n.poly, 500);
|
||||
t.addEventListener ? t.addEventListener("load", (function() {
|
||||
n.poly(),
|
||||
t.clearInterval(o)
|
||||
}
|
||||
)) : t.attachEvent && t.attachEvent("onload", (function() {
|
||||
n.poly(),
|
||||
t.clearInterval(o)
|
||||
}
|
||||
))
|
||||
}
|
||||
e.loadCSS = loadCSS
|
||||
}(void 0 !== n.g ? n.g : this)
|
||||
}
|
||||
}
|
||||
, e = {};
|
||||
function n(o) {
|
||||
var r = e[o];
|
||||
if (void 0 !== r)
|
||||
return r.exports;
|
||||
var a = e[o] = {
|
||||
exports: {}
|
||||
};
|
||||
return t[o].call(a.exports, a, a.exports, n),
|
||||
a.exports
|
||||
}
|
||||
n.n = function(t) {
|
||||
var e = t && t.__esModule ? function() {
|
||||
return t.default
|
||||
}
|
||||
: function() {
|
||||
return t
|
||||
}
|
||||
;
|
||||
return n.d(e, {
|
||||
a: e
|
||||
}),
|
||||
e
|
||||
}
|
||||
,
|
||||
n.d = function(t, e) {
|
||||
for (var o in e)
|
||||
n.o(e, o) && !n.o(t, o) && Object.defineProperty(t, o, {
|
||||
enumerable: !0,
|
||||
get: e[o]
|
||||
})
|
||||
}
|
||||
,
|
||||
n.g = function() {
|
||||
if ("object" == typeof globalThis)
|
||||
return globalThis;
|
||||
try {
|
||||
return this || new Function("return this")()
|
||||
} catch (t) {
|
||||
if ("object" == typeof window)
|
||||
return window
|
||||
}
|
||||
}(),
|
||||
n.o = function(t, e) {
|
||||
return Object.prototype.hasOwnProperty.call(t, e)
|
||||
}
|
||||
,
|
||||
function() {
|
||||
"use strict";
|
||||
n(33222)
|
||||
}()
|
||||
}();
|
||||
Reference in New Issue
Block a user