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>2012-04-09 16:20:45 +0400
committerMarc Delisle <marc@infomarc.info>2012-04-09 16:20:45 +0400
commita3edbfc1b1579d3abaf61f0ba4ed943b2888f13c (patch)
tree33268f8f6513e197ddd37c7846d1c2a28d81a0cb /js/gis_data_editor.js
parent3f545e316a6696d3a73a76002d752e731df0f568 (diff)
Add parameter to strDoYouReally message for better translatability
Include jquery.sprintf.js everywhere
Diffstat (limited to 'js/gis_data_editor.js')
-rw-r--r--js/gis_data_editor.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/gis_data_editor.js b/js/gis_data_editor.js
index 86cae9e870..b88e723465 100644
--- a/js/gis_data_editor.js
+++ b/js/gis_data_editor.js
@@ -94,7 +94,6 @@ 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.sprintf.js',
'js/jquery/jquery.mousewheel.js',
'js/jquery/jquery.event.drag-2.0.js',
'js/tbl_gis_visualization.js' ];