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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2011-07-17 15:29:25 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2011-07-17 15:29:25 +0400
commit5a6379f93e97a4535a3a78b56ddc6a5cbe3901e8 (patch)
treecb80f91124d01d4da630d225f204fca35a7bc7a2 /tbl_change.php
parent96785858bc79297b34b06722fc833bb033aa10c4 (diff)
SVG based data visualization for GIS data editor
Diffstat (limited to 'tbl_change.php')
-rw-r--r--tbl_change.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tbl_change.php b/tbl_change.php
index d520737135..cdb9c2f73a 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -116,6 +116,10 @@ if ($GLOBALS['cfg']['ShowPropertyComments']) {
*/
$GLOBALS['js_include'][] = 'functions.js';
$GLOBALS['js_include'][] = 'tbl_change.js';
+$GLOBALS['js_include'][] = 'jquery/jquery.svg.js';
+$GLOBALS['js_include'][] = 'jquery/jquery.mousewheel.js';
+$GLOBALS['js_include'][] = 'jquery/jquery.event.drag-2.0.min.js';
+$GLOBALS['js_include'][] = 'tbl_gis_visualization.js';
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.js';
$GLOBALS['js_include'][] = 'jquery/timepicker.js';
/**