Small changes, add version number

This commit is contained in:
Pieter Vander Vennet 2020-08-06 23:49:35 +02:00
parent 85dea15c83
commit 2bfeb67a3a
6 changed files with 12 additions and 7 deletions

View file

@ -320,7 +320,7 @@ export class Changes {
if (c > 10) {
millisTillChangesAreSaved.setData(0);
self.uploadAll(() => {
console.log("Uplaoded changes: more then 10 pending changes")
console.log("Uploaded changes: more then 10 pending changes")
});
return;
}