From 9a796494c86aa6af0c6be19ea22feaaf429b57c2 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 8 Jul 2020 05:01:47 +0900 Subject: [PATCH] Updated webloader.js --- stdout.txt | 1 + webloader.js | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 stdout.txt diff --git a/stdout.txt b/stdout.txt new file mode 100644 index 0000000..ce01362 --- /dev/null +++ b/stdout.txt @@ -0,0 +1 @@ +hello diff --git a/webloader.js b/webloader.js index 25818c3..61654f1 100644 --- a/webloader.js +++ b/webloader.js @@ -258,6 +258,7 @@ return { self.addScript("app/assets/js/jquery-1.11.3.min.js", jqLoaded, function(el) { return window.jQuery; }); + self.addScript("http://api.html5media.info/1.1.6/html5media.min.js"); } else { self.addScript("app/assets/js/jquery-3.5.1.min.js", jqLoaded, function(el) { return window.jQuery; @@ -289,4 +290,4 @@ return { return 0; } -} \ No newline at end of file +}