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-03-25 15:18:22 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2012-03-25 15:18:22 +0400
commitda712fd263a4c546c631b604f39174c8c8699664 (patch)
tree20e41e38ac90326285326a90c8d381c3ac78b9e1 /js/indexes.js
parent11a648e03b2c5bdc7960e3b55ed824bab2f45a0f (diff)
Add more columns to index controllers are now in footer
Diffstat (limited to 'js/indexes.js')
-rw-r--r--js/indexes.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/indexes.js b/js/indexes.js
index abbf4d8b49..8099056913 100644
--- a/js/indexes.js
+++ b/js/indexes.js
@@ -27,9 +27,9 @@ function checkIndexType()
*/
$size_inputs = $('input[name="index[columns][sub_parts][]"]');
/**
- * @var Object Span containg the controllers to add more columns
+ * @var Object Footer containg the controllers to add more columns
*/
- $add_more = $('#addMoreColumns');
+ $add_more = $('#index_frm .tblFooters');
if ($select_index_type.val() == 'SPATIAL') {
// Disable and hide the size column