Merge remote-tracking branch 'origin/QA_3_5' into QA_3_5

This commit is contained in:
Weblate 2013-01-28 13:28:37 +01:00
commit cf067f33a9

View File

@ -140,7 +140,11 @@ $(document).ready(function() {
$rows_to_hide = $rows_to_hide.add($last_row);
}
var question = $curr_row.children('td').children('.drop_primary_key_index_msg').val();
var question = escapeHtml(
$curr_row.children('td')
.children('.drop_primary_key_index_msg')
.val()
);
$anchor.PMA_confirm(question, $anchor.attr('href'), function(url) {