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-09-14 08:36:54 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2011-09-14 08:36:54 +0400
commit9d83d2fc35482424125b065cfac09e7ce04ebb09 (patch)
treee43878d21f917d8cfd8f0f080279a7405e295272 /js/gis_data_editor.js
parent29a8f3f32c50d359496f56da458b68d721ddb6ab (diff)
Load jquery.sprintf.js on demand
Diffstat (limited to 'js/gis_data_editor.js')
-rw-r--r--js/gis_data_editor.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/gis_data_editor.js b/js/gis_data_editor.js
index 401e19f2ee..f77e286c25 100644
--- a/js/gis_data_editor.js
+++ b/js/gis_data_editor.js
@@ -94,6 +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.sprintf.js',
'js/jquery/jquery.mousewheel.js',
'js/jquery/jquery.event.drag-2.0.min.js',
'js/tbl_gis_visualization.js' ];