Updated webloader.js

This commit is contained in:
Namhyeon Go 2020-07-08 05:01:47 +09:00
parent 5e277df3c5
commit 9a796494c8
2 changed files with 3 additions and 1 deletions

1
stdout.txt Normal file
View File

@ -0,0 +1 @@
hello

View File

@ -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;
@ -289,4 +290,4 @@ return {
return 0; return 0;
} }
} }