From: Jakub Vrana Date: Mon, 22 Jul 2013 22:49:19 +0000 (-0700) Subject: Use specific JUSH version X-Git-Tag: v4.0.0~102 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=8f96e15296e80a6182b1e9f481b7e03ec0edd95b;p=adminer.git Use specific JUSH version --- diff --git a/compile.php b/compile.php index 9471c11a..cf64a20c 100755 --- a/compile.php +++ b/compile.php @@ -278,7 +278,7 @@ function minify_css($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')) { $file = jsShrink($file); }