Compare commits
2 Commits
add_planni
...
remote_log
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fa4770e12a | ||
|
|
a6f2568753 |
@@ -910,7 +910,12 @@ function sync() {
|
||||
}
|
||||
|
||||
} else {
|
||||
log("[db] Something went wrong (HTTP " + code + ")");
|
||||
if (code == 401) {
|
||||
log("[db] Auth invalid. Logout initiated");
|
||||
logoutClearStorage();
|
||||
} else {
|
||||
log("[db] Something went wrong (HTTP " + code + ")");
|
||||
}
|
||||
syncOkay = false;
|
||||
syncInProgress = 0;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
|
||||
define('PWA_VERSION', '1.11h1');
|
||||
define('PWA_VERSION', '1.11h2');
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user