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 18:07:29 +0400
committerMichal Čihař <mcihar@suse.cz>2013-04-15 18:20:04 +0400
commite2571c5628b7c5b8aa93aeada14370040a717106 (patch)
treec6e0b984c036d229731d48fffcbf2bec20fdc9c3 /js/db_search.js
parentb044cfc3b2b3c1a92d1bf61d00d23edf107d5534 (diff)
Various javascript spacing fixes
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 daf159da77..97edd9a884 100644
--- a/js/db_search.js
+++ b/js/db_search.js
@@ -43,7 +43,7 @@ function loadResult(result_path, table_name, link)
$('#togglequerybox').hide();
/** Load the browse results to the page */
$("#table-info").show();
- $('#table-link').attr({"href" : 'sql.php?'+link }).text(table_name);
+ $('#table-link').attr({"href" : 'sql.php?' + link }).text(table_name);
var url = result_path + " #sqlqueryresults";
$('#browse-results').load(url, null, function () {
$('html, body')
@@ -102,7 +102,7 @@ AJAX.registerOnload('db_search.js', function () {
$("#table-info").prepend(icon).hide();
/** Hide the browse and deleted results in the new search criteria */
- $('#buttonGo').click(function (){
+ $('#buttonGo').click(function () {
$("#table-info").hide();
$('#browse-results').hide();
$('#sqlqueryform').hide();