mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 10:12:06 -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 () {
|
||||
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),
|
||||
(e.onload = function () {
|
||||
var t = $("<script>").attr("src", "https://unpkg.com/webp-hero@0.0.2/dist-cjs/polyfills.js");
|
||||
@ -197,4 +197,5 @@ document.head.appendChild(polyfillScript);
|
||||
$(document).ready(function(){
|
||||
$.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