Use specific JUSH version

This commit is contained in:
Jakub Vrana 2013-07-22 15:49:19 -07:00
parent 90b09fc60f
commit 8f96e15296

View file

@ -278,7 +278,7 @@ function minify_css($file) {
} }
function minify_js($file) { function minify_js($file) {
$file = str_replace("'../externals/jush/'", "location.protocol + '//www.adminer.org/static/'", $file); $file = str_replace("'../externals/jush/'", "location.protocol + '//www.adminer.org/static/jush/2.0.0/'", $file);
if (function_exists('jsShrink')) { if (function_exists('jsShrink')) {
$file = jsShrink($file); $file = jsShrink($file);
} }