Replacing old tooltip with new jQuery plugin

This commit is contained in:
lorilee
2010-08-05 18:23:52 -07:00
parent 841fba88d5
commit 8b199f7e3a

View File

@@ -38,11 +38,6 @@ if (isset($GLOBALS['db'])) {
} }
$GLOBALS['js_include'][] = 'messages.php' . PMA_generate_common_url($params); $GLOBALS['js_include'][] = 'messages.php' . PMA_generate_common_url($params);
$GLOBALS['js_events'][] = array(
'event' => 'load',
'function' => 'PMA_TT_init',
);
/** /**
* Here we add a timestamp when loading the file, so that users who * Here we add a timestamp when loading the file, so that users who
* upgrade phpMyAdmin are not stuck with older .js files in their * upgrade phpMyAdmin are not stuck with older .js files in their