input element can not be under tr
Confirmation for DROP index did not work.
This commit is contained in:
@@ -119,7 +119,7 @@ $(document).ready(function() {
|
||||
*/
|
||||
var curr_row = $(this).parents('tr');
|
||||
|
||||
var question = $(curr_row).children('.drop_primary_key_index_msg').val();
|
||||
var question = $(curr_row).children('td').children('.drop_primary_key_index_msg').val();
|
||||
|
||||
$(this).PMA_confirm(question, $(this).attr('href'), function(url) {
|
||||
|
||||
|
Reference in New Issue
Block a user