address comments

This commit is contained in:
Michael Newton 2017-12-15 10:23:50 -08:00 committed by GitHub
parent 7620b362fe
commit e5d14da26b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);