Replacing old tooltip with new jQuery plugin

This commit is contained in:
lorilee
2010-08-05 17:31:02 -07:00
parent 9daff13eca
commit 422e509078
2 changed files with 16 additions and 1 deletions

15
js/jquery.qtip-1.0.0.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -31,7 +31,7 @@ $title = PMA_expandUserString(
$is_superuser = function_exists('PMA_isSuperuser') && PMA_isSuperuser();
$GLOBALS['js_include'][] = 'functions.js';
$GLOBALS['js_include'][] = 'tooltip.js';
$GLOBALS['js_include'][] = 'jquery.qtip-1.0.0.min.js';
$params = array('lang' => $GLOBALS['lang']);
if (isset($GLOBALS['db'])) {
$params['db'] = $GLOBALS['db'];