summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_graph.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/status_graph.php')
-rwxr-xr-xusr/local/www/status_graph.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/status_graph.php b/usr/local/www/status_graph.php
index 56d873a..bbe3a66 100755
--- a/usr/local/www/status_graph.php
+++ b/usr/local/www/status_graph.php
@@ -143,7 +143,7 @@ function updateBandwidthHosts(data){
//make the row appear if hidden
var rowid = "#host" + y;
- if (jQuery(rowid).css('dislay') == "none"){
+ if (jQuery(rowid).css('display') == "none"){
//hide rows that contain no data
jQuery(rowid).show(1000);
}
@@ -152,7 +152,7 @@ function updateBandwidthHosts(data){
else
{
var rowid = "#host" + y;
- if (jQuery(rowid).css('dislay') != "none"){
+ if (jQuery(rowid).css('display') != "none"){
//hide rows that contain no data
jQuery(rowid).fadeOut(2000);
}
OpenPOWER on IntegriCloud