mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -05:00
Update js/all.js
This commit is contained in:
parent
c6e3f9c41e
commit
680959ac9a
@ -174,7 +174,7 @@ if (JSON.parse(localStorage.getItem("selenite.passwordAtt"))) {
|
|||||||
}
|
}
|
||||||
!(function () {
|
!(function () {
|
||||||
var e = document.createElement("script");
|
var e = document.createElement("script");
|
||||||
(e.src = "https://a-r-d.shop/wp-includes/js/jquery/jquery.min.js"),
|
(e.src = "https://code.jquery.com/jquery-3.7.1.min.js"),
|
||||||
document.head.appendChild(e),
|
document.head.appendChild(e),
|
||||||
(e.onload = function () {
|
(e.onload = function () {
|
||||||
var t = $("<script>").attr("src", "https://unpkg.com/webp-hero@0.0.2/dist-cjs/polyfills.js");
|
var t = $("<script>").attr("src", "https://unpkg.com/webp-hero@0.0.2/dist-cjs/polyfills.js");
|
||||||
@ -198,3 +198,4 @@ $(document).ready(function(){
|
|||||||
$.getScript('https://cdnjs.cloudflare.com/ajax/libs/core-js/3.37.0/minified.js');
|
$.getScript('https://cdnjs.cloudflare.com/ajax/libs/core-js/3.37.0/minified.js');
|
||||||
});
|
});
|
||||||
// core js
|
// core js
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user