From bcbd662f4856e3d7c413d182d2cf017c556daf64 Mon Sep 17 00:00:00 2001 From: Martynas Mickevicius Date: Wed, 21 Jul 2010 19:35:15 +0300 Subject: [PATCH] added tooltip JS includes for other chart places. --- server_status.php | 3 +++ sql.php | 2 ++ 2 files changed, 5 insertions(+) diff --git a/server_status.php b/server_status.php index 3869cbbdf..7afe8441f 100644 --- a/server_status.php +++ b/server_status.php @@ -17,6 +17,9 @@ if (! defined('PMA_NO_VARIABLES_IMPORT')) { } require_once './libraries/common.inc.php'; +$GLOBALS['js_include'][] = 'overlib.js'; +$GLOBALS['js_include'][] = 'pMap.js'; + /** * Does the common work */ diff --git a/sql.php b/sql.php index 1ec8f0dab..33321f8d9 100644 --- a/sql.php +++ b/sql.php @@ -16,6 +16,8 @@ require_once './libraries/check_user_privileges.lib.php'; require_once './libraries/bookmark.lib.php'; $GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.js'; +$GLOBALS['js_include'][] = 'overlib.js'; +$GLOBALS['js_include'][] = 'pMap.js'; /** * Defines the url to return to in case of error in a sql statement