Load mootools in every page.

This commit is contained in:
Michal Čihař
2010-01-25 11:49:46 +00:00
parent fa83f17fc1
commit 201d0e892c
13 changed files with 2 additions and 12 deletions

View File

@@ -112,6 +112,8 @@ $GLOBALS['js_events'][] = array(
'function' => 'PMA_TT_init',
);
$GLOBALS['js_include'][] = 'mootools.js';
foreach ($GLOBALS['js_include'] as $js_script_file) {
echo '<script src="./js/' . $js_script_file . '?ts=' . filemtime('./js/' . $js_script_file) . '" type="text/javascript"></script>' . "\n";
}