mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
don't force-refresh on errors
This commit is contained in:
parent
acbe058317
commit
050d266970
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ angular.module('userServices', []).
|
||||||
// Clear the queue. Better if we can hunt down the problem op, but this is the easiest solution
|
// Clear the queue. Better if we can hunt down the problem op, but this is the easiest solution
|
||||||
settings.sync.queue = settings.sync.sent = [];
|
settings.sync.queue = settings.sync.sent = [];
|
||||||
save();
|
save();
|
||||||
window.location.reload(true);
|
//window.location.reload(true);
|
||||||
|
|
||||||
// But if we're offline, queue up offline actions so we can send when we're back online
|
// But if we're offline, queue up offline actions so we can send when we're back online
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue