mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Update pialert_common.js
Fix url in initDeviceListAll_JSON() function
This commit is contained in:
@@ -518,7 +518,7 @@ function getDeviceDataByMacAddress(macAddress, dbColumn) {
|
|||||||
function initDeviceListAll_JSON()
|
function initDeviceListAll_JSON()
|
||||||
{
|
{
|
||||||
|
|
||||||
$.get('/api/table_devices.json', function(data) {
|
$.get('api/table_devices.json', function(data) {
|
||||||
|
|
||||||
console.log(data)
|
console.log(data)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user