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:
authorMarc Delisle <marc@infomarc.info>2013-08-24 16:57:22 +0400
committerMarc Delisle <marc@infomarc.info>2013-08-24 16:57:22 +0400
commit924d7b41eb6dc5194bff38cd11f5fac1cf610dc5 (patch)
tree9f346c213faa7fefcb9cd6f0287b67828a84e3e0 /js/gis_data_editor.js
parent0f0137e187a78448a65bfb2d7d6a1bbc58db1e28 (diff)
Trying to load an older library
Diffstat (limited to 'js/gis_data_editor.js')
-rw-r--r--js/gis_data_editor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/gis_data_editor.js b/js/gis_data_editor.js
index 753ba39dcb..d24bfb9127 100644
--- a/js/gis_data_editor.js
+++ b/js/gis_data_editor.js
@@ -94,7 +94,7 @@ function loadJSAndGISEditor(value, field, type, input_name, token) {
// Loads a set of small JS file needed for the GIS editor
var smallScripts = [ 'js/jquery/jquery.svg.js',
'js/jquery/jquery.mousewheel.js',
- 'js/jquery/jquery.event.drag-2.0.js',
+ 'js/jquery/jquery.event.drag-2.2.js',
'js/tbl_gis_visualization.js' ];
for (var i = 0; i < smallScripts.length; i++) {