summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/local/www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/index.php b/src/usr/local/www/index.php
index 51e9bf7..ca87039 100644
--- a/src/usr/local/www/index.php
+++ b/src/usr/local/www/index.php
@@ -670,7 +670,7 @@ events.push(function() {
// results back to the widget's callback function
function executewidget() {
if (ajaxspecs.length > 0) {
- var freq = ajaxspecs[ajaxidx].freq; // widget can specifify it should be called freq times around the loop
+ var freq = ajaxspecs[ajaxidx].freq; // widget can specify it should be called freq times around the loop
if (!ajaxmutex) {
if (((ajaxcntr % freq) === 0) && (typeof ajaxspecs[ajaxidx].callback === "function" )) {
OpenPOWER on IntegriCloud