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/server_status_variables.js
parentb044cfc3b2b3c1a92d1bf61d00d23edf107d5534 (diff)
Various javascript spacing fixes
Diffstat (limited to 'js/server_status_variables.js')
-rw-r--r--js/server_status_variables.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/server_status_variables.js b/js/server_status_variables.js
index 40b1b600ec..1be718ab57 100644
--- a/js/server_status_variables.js
+++ b/js/server_status_variables.js
@@ -90,7 +90,7 @@ AJAX.registerOnload('server_status_variables.js', function () {
odd_row = false;
$('#serverstatusvariables th.name').each(function () {
if ((textFilter === null || textFilter.exec($(this).text()))
- && (! alertFilter || $(this).next().find('span.attention').length>0)
+ && (! alertFilter || $(this).next().find('span.attention').length > 0)
&& (categoryFilter.length === 0 || $(this).parent().hasClass('s_' + categoryFilter))
) {
odd_row = ! odd_row;