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:58:38 +0400
committerMarc Delisle <marc@infomarc.info>2013-08-24 16:58:38 +0400
commit07d5d2faf2b619fd09242073457cf73195bc4d3b (patch)
treea98d1f305b4781b0354c3d132dcefe4c8ec5851f /js/gis_data_editor.js
parentcd6e2f1e0fe5376c9055bf9d6406a075164c2ca7 (diff)
parent924d7b41eb6dc5194bff38cd11f5fac1cf610dc5 (diff)
Merge branch 'QA_4_0'
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 30f5029571..295dc69339 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++) {