Merge pull request #427 from cvc90/Pi.Alert-Fix-pialert_common.js

Pi.Alert - Fix pialert_common.js
This commit is contained in:
jokob-sk
2023-09-10 20:34:20 +00:00
committed by GitHub

View File

@@ -518,7 +518,7 @@ function getDeviceDataByMacAddress(macAddress, dbColumn) {
function initDeviceListAll_JSON()
{
$.get('/api/table_devices.json', function(data) {
$.get('api/table_devices.json', function(data) {
console.log(data)