Include non minified version in Git.

The JS compression will happen on release.
This commit is contained in:
Michal Čihař
2010-04-13 11:52:33 +02:00
parent 176583f4ae
commit 71ff89c2fe
9 changed files with 6424 additions and 191 deletions

View File

@@ -546,7 +546,7 @@ $_REQUEST['js_frame'] = PMA_ifSetOr($_REQUEST['js_frame'], '');
*/
$GLOBALS['js_include'] = array();
$GLOBALS['js_include'][] = 'mootools.js';
$GLOBALS['js_include'][] = 'jquery/jquery-1.4.2-min.js';
$GLOBALS['js_include'][] = 'jquery/jquery-1.4.2.js';
$GLOBALS['js_include'][] = 'update-location.js';
/**