Skip to content

Commit

Permalink
Added popup in settings talking about v1.3 of FOMOSv1-Yellow.
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanMcMillan54 committed Aug 15, 2020
1 parent c778097 commit c8cd964
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
node_modules
cmake-build-debug
cmake-build-debug
CFOMOS
6 changes: 6 additions & 0 deletions jsUi/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ function getCurrentTime() {

getCurrentTime();
getTimezoneName();

function updateAlert() {
window.alert("Soon FOMOS will be having a big update on version 1.3, if you made changes to FOMOS on this device they might be deleted, remember to update your device regularly.");
}

updateAlert();

0 comments on commit c8cd964

Please sign in to comment.