This commit is contained in:
2020-09-29 17:19:37 +00:00
parent 012714bd9b
commit 30869f04f7
2 changed files with 8 additions and 1 deletions

View File

@@ -35,6 +35,13 @@ TODO: NEW CLIENT UPDATE ISSUES
todo: RESET DEV MODE QUICK EVERY MINUTE CHECK TO HOURLY
todo: Joyce issue report:
NOTE: have noticed something :
If edit the PDF Options 'Scale:' field to something (i.e. 2 or 0.5 ) the page renders to that scale as expected (which is cool).
ISSUE NOTICED if delete (the 2 or 0.5 etc) and attempt to leave blank when click on Save get error "Validation error Object did not pass validation"
(nothing is logged to the Server Log)
### SMALL QUICK ITEMS #####
todo: now as a desktop app it's trying to automatically go to index.html all of a sudden
https://stackoverflow.com/questions/45412014/how-do-i-set-the-start-url-of-a-manifest-json-to-be-the-root-of-the-site

View File

@@ -25,7 +25,7 @@ if (process.env.NODE_ENV === "production") {
console.log("Service worker has been registered.");
setInterval(() => {
registration.update();
}, 1000 * 60); // DEV MODE QUICK checks //1000 * 60 * 60); // e.g. hourly checks
}, 1000 * 60 * 60); // e.g. hourly checks
},
offline() {
console.log(