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:
authorHugues Peccatte <hugues.peccatte@gmail.com>2014-05-18 15:57:41 +0400
committerHugues Peccatte <hugues.peccatte@gmail.com>2014-05-18 15:57:41 +0400
commit81c39164854bdb80241661a0859aa2ab6ccde0df (patch)
tree72f0eb22f250b447099ae42162479cef244aaf57 /js/db_structure.js
parent22e3a0d19f2072307367b57ff2e5b95763dfe99a (diff)
Fix scrutinizer JS issues.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'js/db_structure.js')
-rw-r--r--js/db_structure.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/db_structure.js b/js/db_structure.js
index 0e53d61b43..51671b64e3 100644
--- a/js/db_structure.js
+++ b/js/db_structure.js
@@ -153,7 +153,8 @@ function PMA_fetchRealRowCount($target)
// Update each table row count.
$('table.data td[data-table*="' + table.table + '"]')
.text(table.row_count);
- });
+ }
+ );
}
// If to update a particular table's row count.
if (response.real_row_count) {