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>2012-04-04 20:13:27 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2012-04-04 20:13:27 +0400
commit604039279dd05c271dc4e26bccc389a149005e7b (patch)
tree9eddca8e3993ccc264e2f9a5ea77e1f78c41f6d7 /js/gis_data_editor.js
parentf310ddcd6edf471f4eef8ac8e4c0961b0b9eb1eb (diff)
Use non-minified jquery.event.drag-2.0.js during development
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 6cab319628..2808fc407e 100644
--- a/js/gis_data_editor.js
+++ b/js/gis_data_editor.js
@@ -96,7 +96,7 @@ function loadJSAndGISEditor(value, field, type, input_name, token) {
var smallScripts = [ 'js/jquery/jquery.svg.js',
'js/jquery/jquery.sprintf.js',
'js/jquery/jquery.mousewheel.js',
- 'js/jquery/jquery.event.drag-2.0.min.js',
+ 'js/jquery/jquery.event.drag-2.0.js',
'js/tbl_gis_visualization.js' ];
for (i = 0; i < smallScripts.length; i++) {