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:
authorAnn + J.M <phpMyAdmin@ZweiSteinSoft.de>2014-12-02 22:05:52 +0300
committerAnn + J.M <phpMyAdmin@ZweiSteinSoft.de>2014-12-02 22:10:55 +0300
commit9d13de4ead2e8487c33ce4ba4950ebc0d0cf514c (patch)
tree5000c387c263085845778ab9e1960accb49dddc6 /js/db_search.js
parentef185e257d33802192d905981452039b5fd45c6c (diff)
Fix coding style
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
Diffstat (limited to 'js/db_search.js')
-rw-r--r--js/db_search.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/db_search.js b/js/db_search.js
index 3562b1345f..e3dcd293cd 100644
--- a/js/db_search.js
+++ b/js/db_search.js
@@ -55,7 +55,7 @@ function loadResult(result_path, table_name, link)
PMA_ajaxRemoveMessage($msg);
$('.table_results').each(function () {
PMA_makegrid(this, true, true, true, true);
- })
+ });
$('#browse-results').show();
} else {
PMA_ajaxShowMessage(data.error, false);