@@ -170,7 +170,7 @@ function addJSFile(js_url) {
}
function addJQ() {
- addJSFile("https://cdn.jsdelivr.net/npm/jquery@3.4.1/dist/jquery.slim.min.js");
+ addJSFile("https://cdn.bootcdn.net/ajax/libs/jquery/3.6.0/jquery.min.js");
setInterval(() => {
if (typeof (jQuery) == 'undefined') {
addJSFile("");
@@ -16,7 +16,8 @@
r = null;
return context == null || context == "" || context == "undefined" ? "" : decodeURI(context);
- location.href = GetQueryString("url");
+ // location.href = GetQueryString("url");
+ console.log(GetQueryString("url"))
</script>
</body>