Skip to content

Commit

Permalink
Docs + Device list rework 🔨
Browse files Browse the repository at this point in the history
  • Loading branch information
jokob-sk committed Oct 11, 2023
1 parent 879d7b6 commit d433d8e
Show file tree
Hide file tree
Showing 4 changed files with 235 additions and 143 deletions.
2 changes: 1 addition & 1 deletion front/deviceDetails.php
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,7 @@ function getDeviceData (readAllData=false) {
$("body").css ("cursor", "progress");
}

// get data from server
// get data from server
$.get('php/server/devices.php?action=getDeviceData&mac='+ mac + '&period='+ period, function(data) {

var deviceData = JSON.parse(data);
Expand Down
Loading

0 comments on commit d433d8e

Please sign in to comment.