fixed app.loadJQueryUI and minified jquery-ui.js

This commit is contained in:
psychobunny
2016-08-26 17:02:21 -04:00
parent be96704d5d
commit 2c9c14ff7d
2 changed files with 11 additions and 9855 deletions

View File

@@ -501,7 +501,7 @@ app.cacheBuster = null;
var scriptEl = document.createElement('script');
scriptEl.type = 'text/javascript';
scriptEl.src = config.relative_path + '/vendor/jquery/js/jquery-ui-1.10.4.custom.js' + (app.cacheBuster ? '?v=' + app.cacheBuster : '');
scriptEl.src = config.relative_path + '/vendor/jquery/js/jquery-ui.js' + (app.cacheBuster ? '?v=' + app.cacheBuster : '');
scriptEl.onload = callback;
document.head.appendChild(scriptEl);
};

File diff suppressed because one or more lines are too long