diff --git a/.gitmodules b/.gitmodules index afa3554fd..9b4770cbc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "jush"] path = externals/jush url = git://jush.git.sourceforge.net/gitroot/jush/jush -[submodule "jsmin-php"] - path = externals/jsmin-php - url = git://github.com/rgrove/jsmin-php.git [submodule "tinymce"] path = externals/tinymce url = git://github.com/tinymce/tinymce.git @@ -16,3 +13,6 @@ [submodule "wymeditor"] path = externals/wymeditor url = git://github.com/wymeditor/wymeditor.git +[submodule "JsShrink"] + path = externals/JsShrink + url = git://github.com/vrana/JsShrink.git diff --git a/adminer/file.inc.php b/adminer/file.inc.php index c89feb46c..202c0c9cf 100644 --- a/adminer/file.inc.php +++ b/adminer/file.inc.php @@ -9,7 +9,7 @@ ?>compile_file('../adminer/static/default.css', 'minify_css');compile_file('../adminer/static/functions.js', 'JSMin::minify');compile_file('static/editing.js', 'JSMin::minify');compile_file('../adminer/static/functions.js', 'jsShrink');compile_file('static/editing.js', 'jsShrink');