[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

@@ -415,6 +415,7 @@ $GLOBALS['js_include'][] = 'tbl_change.js';
$GLOBALS['js_include'][] = 'functions.js';
// in case we call sql.php which needs those:
$GLOBALS['js_include'][] = 'mootools.js';
$GLOBALS['js_include'][] = 'mootools-more.js';
$active_page = $goto_include;