mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
fix typo
This commit is contained in:
parent
603226a084
commit
d971e673af
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ angular.module('habitrpg')
|
|||
function onDisconnect () {
|
||||
localStorage.removeItem(tabIdKey);
|
||||
localStorage.removeItem(tabIdKey + '-time');
|
||||
clearInterval(localStorageDateInterval);
|
||||
if (localStorageDateInterval) clearInterval(localStorageDateInterval);
|
||||
}
|
||||
|
||||
function connectToPusher (partyId, reconnecting) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue