Revert "fixed app.loadJQueryUI and minified jquery-ui.js"

This reverts commit 2c9c14ff7d.
This commit is contained in:
psychobunny
2016-08-26 17:07:34 -04:00
parent 2c9c14ff7d
commit 8b9f004b7b
2 changed files with 9855 additions and 11 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.js' + (app.cacheBuster ? '?v=' + app.cacheBuster : '');
scriptEl.src = config.relative_path + '/vendor/jquery/js/jquery-ui-1.10.4.custom.js' + (app.cacheBuster ? '?v=' + app.cacheBuster : '');
scriptEl.onload = callback;
document.head.appendChild(scriptEl);
};

File diff suppressed because one or more lines are too long