Skip to content

Commit

Permalink
Fix function
Browse files Browse the repository at this point in the history
Signed-off-by: Christian König <ckoenig@posteo.de>
  • Loading branch information
yubiuser committed Oct 27, 2021
1 parent 395b1b6 commit 2f54f5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/pi-hole/js/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ function stateSaveCallback(itemName, data) {
}

function stateLoadCallback(itemName) {
// local storage data should be valid indefinitely
stateDuration: 0,
// local storage data should be valid indefinitely
stateDuration: 0;
// Receive previous state from client's local storage area
var data = localStorage.getItem(itemName);
// Return if not available
Expand Down

0 comments on commit 2f54f5f

Please sign in to comment.