Remove not used variables

This commit is contained in:
Michal Čihař 2012-09-24 14:08:15 +02:00
parent 2e902574ac
commit 6783226bbf

View File

@ -748,7 +748,6 @@ function insertQuery(queryType)
return;
}
var myQuery = document.sqlform.sql_query;
var query = "";
var myListBox = document.sqlform.dummy;
var table = document.sqlform.table.value;
@ -3078,7 +3077,6 @@ $(function() {
var row_num = PMA_getRowNumber($this_td.attr('class'));
// XXX: FF fires two click events for <label> (label and checkbox), so we need to handle this differently
var $tr = $(this);
var $checkbox = $('.vmarker').filter('.row_' + row_num + ':first').find(':checkbox');
if ($checkbox.length) {
// checkbox in a row, add or remove class depending on checkbox state