mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
fix typo
This commit is contained in:
@@ -21,7 +21,7 @@ angular.module('habitrpg')
|
|||||||
function onDisconnect () {
|
function onDisconnect () {
|
||||||
localStorage.removeItem(tabIdKey);
|
localStorage.removeItem(tabIdKey);
|
||||||
localStorage.removeItem(tabIdKey + '-time');
|
localStorage.removeItem(tabIdKey + '-time');
|
||||||
clearInterval(localStorageDateInterval);
|
if (localStorageDateInterval) clearInterval(localStorageDateInterval);
|
||||||
}
|
}
|
||||||
|
|
||||||
function connectToPusher (partyId, reconnecting) {
|
function connectToPusher (partyId, reconnecting) {
|
||||||
|
|||||||
Reference in New Issue
Block a user