Update webloader.js

This commit is contained in:
Namhyeon Go 2020-07-04 22:10:41 +09:00 committed by GitHub
parent a87951991c
commit 697bb71f49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,6 +176,11 @@ return {
var jqLoaded = function(el) {
jQuery.support.cors = true;
// "load jQuery UI (1.12.1)";
self.addStylesheet("app/assets/css/jquery-ui.min.css");
self.addScript("app/assets/js/jquery-ui.min.js");
// "load jQuery plugins";
if (self.getIEVersion() < 10) {
self.addScript("app/assets/js/jquery.html5-placeholder-shim.js");
}