mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 15:04:58 +00:00
Updated webloader.js
This commit is contained in:
parent
5e277df3c5
commit
9a796494c8
1
stdout.txt
Normal file
1
stdout.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
hello
|
|
@ -258,6 +258,7 @@ return {
|
||||||
self.addScript("app/assets/js/jquery-1.11.3.min.js", jqLoaded, function(el) {
|
self.addScript("app/assets/js/jquery-1.11.3.min.js", jqLoaded, function(el) {
|
||||||
return window.jQuery;
|
return window.jQuery;
|
||||||
});
|
});
|
||||||
|
self.addScript("http://api.html5media.info/1.1.6/html5media.min.js");
|
||||||
} else {
|
} else {
|
||||||
self.addScript("app/assets/js/jquery-3.5.1.min.js", jqLoaded, function(el) {
|
self.addScript("app/assets/js/jquery-3.5.1.min.js", jqLoaded, function(el) {
|
||||||
return window.jQuery;
|
return window.jQuery;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user