mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-12 04:31:04 +00:00
Update webloader.js
This commit is contained in:
parent
a87951991c
commit
697bb71f49
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user