summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorjim-p <jimp@netgate.com>2019-04-15 08:05:25 -0400
committerjim-p <jimp@netgate.com>2019-05-10 16:19:32 -0400
commit1f5fcdb72ef50ba3064ecdc61bcf481549a6af2e (patch)
treee8d289d5ca2dc12d1233223126f581e3fcdd0b6e /src/usr/local/www
parent70f50a2be98255e1de2baf96adf2c176e677f27e (diff)
downloadpfsense-1f5fcdb72ef50ba3064ecdc61bcf481549a6af2e.zip
pfsense-1f5fcdb72ef50ba3064ecdc61bcf481549a6af2e.tar.gz
Fix typo
(cherry picked from commit 929cc874f6d32908739cc30e70c0eeba25127fb8)
Diffstat (limited to 'src/usr/local/www')
-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 a7b8f19..51e9bf7 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 hte loop
+ var freq = ajaxspecs[ajaxidx].freq; // widget can specifify it should be called freq times around the loop
if (!ajaxmutex) {
if (((ajaxcntr % freq) === 0) && (typeof ajaxspecs[ajaxidx].callback === "function" )) {
OpenPOWER on IntegriCloud