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 /tbl_select.php
parent29a8f3f32c50d359496f56da458b68d721ddb6ab (diff)
Load jquery.sprintf.js on demand
Diffstat (limited to 'tbl_select.php')
-rw-r--r--tbl_select.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tbl_select.php b/tbl_select.php
index c39d9d2051..0ad5d2530b 100644
--- a/tbl_select.php
+++ b/tbl_select.php
@@ -23,7 +23,6 @@ $GLOBALS['js_include'][] = 'tbl_select.js';
$GLOBALS['js_include'][] = 'tbl_change.js';
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.js';
$GLOBALS['js_include'][] = 'jquery/timepicker.js';
-$GLOBALS['js_include'][] = 'jquery/jquery.sprintf.js';
$GLOBALS['js_include'][] = 'gis_data_editor.js';
$titles['Browse'] = PMA_tbl_setTitle($GLOBALS['cfg']['PropertiesIconic'], $pmaThemeImage);