mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
address comments
This commit is contained in:
parent
7620b362fe
commit
e5d14da26b
@ -205,11 +205,11 @@ $thermal_sensors_widget_showFahrenheit = getBoolValueFromConfig($user_settings,
|
||||
|
||||
// Create an object defining the widget refresh AJAX call
|
||||
var tsObject = new Object();
|
||||
tsObject.name = "Gateways";
|
||||
tsObject.name = "thermal-sensors";
|
||||
tsObject.url = "/widgets/widgets/thermal_sensors.widget.php";
|
||||
tsObject.callback = ts_callback;
|
||||
tsObject.parms = postdata;
|
||||
tsObject.freq = 1;
|
||||
tsObject.freq = 5;
|
||||
|
||||
// Register the AJAX object
|
||||
register_ajax(tsObject);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user