Skip to content

Commit

Permalink
Update options.js
Browse files Browse the repository at this point in the history
  • Loading branch information
FlamemasterNXF authored Oct 28, 2024
1 parent 0a6abc6 commit 4d8a86c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/utils/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,6 @@ function milestoneShown(layer, id) {
break;
}
return false;
}
}

let formatOption = (opt) => opt ? 'ON' : 'OFF'

0 comments on commit 4d8a86c

Please sign in to comment.