mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -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()
|
||||
{
|
||||
|
||||
$.get('/api/table_devices.json', function(data) {
|
||||
$.get('api/table_devices.json', function(data) {
|
||||
|
||||
console.log(data)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user