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:
authorTyron Madlener <tyronx@gmail.com>2011-06-10 23:15:22 +0400
committerTyron Madlener <tyronx@gmail.com>2011-06-10 23:15:22 +0400
commit5d6d0d2e68d4e239bd56dd0a5304fccd673202b7 (patch)
treea306ef0eaf3bff69d4c61089cf04896eed5cb0d6 /tbl_chart.php
parent5e0437cb2c575560cda883b8d799e21afbb9706f (diff)
And another codeline missing :D
Diffstat (limited to 'tbl_chart.php')
-rw-r--r--tbl_chart.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tbl_chart.php b/tbl_chart.php
index f7a6914577..a8c50deeee 100644
--- a/tbl_chart.php
+++ b/tbl_chart.php
@@ -19,6 +19,7 @@ if (! defined('PMA_NO_VARIABLES_IMPORT')) {
*/
require_once './libraries/common.inc.php';
+$GLOBALS['js_include'][] = 'tbl_chart.js';
$GLOBALS['js_include'][] = 'highcharts/highcharts.js';
/* Files required for chart exporting */
$GLOBALS['js_include'][] = 'highcharts/exporting.js';