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:
authorRouslan Placella <rouslan@placella.com>2011-09-27 00:19:09 +0400
committerRouslan Placella <rouslan@placella.com>2011-09-27 01:02:37 +0400
commitec54aacbd13ceff4d00aaebc5681fab6c1c7f614 (patch)
tree7ee72a7d9dd109735cc14f64623bc9ffd7c845ab /js/db_search.js
parent19e69ed770a8e77ae7670376cf78de7bee9d0a31 (diff)
Fix some closure-compiler errors
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 aa43537996..79efddb2a9 100644
--- a/js/db_search.js
+++ b/js/db_search.js
@@ -88,7 +88,7 @@ $(document).ready(function() {
});
/** Hide the table link in the initial search result */
- $("#table-info").prepend(PMA_getImage('s_tbl.png', '', {id: 'table-image'}).toString()).hide();
+ $("#table-info").prepend(PMA_getImage('s_tbl.png', '', {'id': 'table-image'}).toString()).hide();
/** Hide the browse and deleted results in the new search criteria */
$('#buttonGo').click(function(){