[core] Updated mootools to fix some glitches with Safari.

Mootools are now in separate files as distributed upstream.
This commit is contained in:
Michal Čihař
2010-01-04 15:35:23 +00:00
parent fbe2db84f1
commit 78b00824eb
17 changed files with 1244 additions and 839 deletions

View File

@@ -14,7 +14,8 @@ require_once './libraries/common.inc.php';
/**
* Load mootools for upload progress bar
*/
$GLOBALS['js_include'][] = 'mootools.js';
$GLOBALS['js_include'][] = 'mootools.js';
$GLOBALS['js_include'][] = 'mootools-more.js';
/**