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:
authorMichal Čihař <mcihar@suse.cz>2013-04-15 16:08:45 +0400
committerMichal Čihař <mcihar@suse.cz>2013-04-15 16:10:53 +0400
commitc935413fcc47873d5d9335c6eed5a89a0047ff7c (patch)
treec6af09a7c2c43556b25b3e7fec9697cfa8bb6e3d /js/db_search.js
parentbdb70b833fd9419b50e340cf9377a4733da2424d (diff)
Various javascript fixes
- missing ; - confusing !
Diffstat (limited to 'js/db_search.js')
-rw-r--r--js/db_search.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/db_search.js b/js/db_search.js
index f2a5178bd1..2588fba454 100644
--- a/js/db_search.js
+++ b/js/db_search.js
@@ -223,6 +223,6 @@ AJAX.registerOnload('db_search.js', function() {
}
PMA_ajaxRemoveMessage($msgbox);
- })
- })
+ });
+ });
}); // end $()