mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
parent
70f50a2be9
commit
1f5fcdb72e
@ -31,7 +31,7 @@
|
||||
##|-PRIV
|
||||
|
||||
/*
|
||||
* This file deisplays the copyright modal when required. (New version installed or completion of hte setup wizard)
|
||||
* This file deisplays the copyright modal when required. (New version installed or completion of the setup wizard)
|
||||
* The copyright text may have been downloaded from the Netgate server, but if not the default text defined here
|
||||
* is used
|
||||
*/
|
||||
|
||||
@ -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" )) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user