Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartynas Mickevicius <mmartynas@gmail.com>2010-07-20 21:29:19 +0400
committerMartynas Mickevicius <mmartynas@gmail.com>2010-07-20 21:29:19 +0400
commitc40e145597f1dddf04a99f3f776c1e83637b3653 (patch)
treebd846d0fad570526be07f5d0e206c8083f7ddaf8 /tbl_chart.php
parent979aa9a7ed7b4179d41de6998d6e8b4183611d22 (diff)
added JS tooltips to the bar and line charts. Other types generate warnings for now.
Diffstat (limited to 'tbl_chart.php')
-rw-r--r--tbl_chart.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tbl_chart.php b/tbl_chart.php
index f00a291b2f..a0fdfb8284 100644
--- a/tbl_chart.php
+++ b/tbl_chart.php
@@ -20,6 +20,9 @@ if (! defined('PMA_NO_VARIABLES_IMPORT')) {
*/
require_once './libraries/common.inc.php';
+$GLOBALS['js_include'][] = 'overlib.js';
+$GLOBALS['js_include'][] = 'pMap.js';
+
/**
* Runs common work
*/