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

This reverts commit 2c9c14ff7d.
v1.18.x
psychobunny 9 years ago
parent 2c9c14ff7d
commit 8b9f004b7b

@ -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
Loading…
Cancel
Save