summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/javascript/index/sajax.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/javascript/index/sajax.js b/usr/local/www/javascript/index/sajax.js
index b7dd82a..56722c7 100644
--- a/usr/local/www/javascript/index/sajax.js
+++ b/usr/local/www/javascript/index/sajax.js
@@ -114,9 +114,9 @@ function updateInterfaces(x){
function widgetActive(x){
var widget = document.getElementById(x + '-container');
if (widget.style.display != "none")
- return TRUE;
+ return true;
else
- return FALSE;
+ return false;
}
/* start ajax helper "thread" if not started */
OpenPOWER on IntegriCloud