mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 10:12:21 +00:00
pusher: remove more duplicate code ( sorry :( )
This commit is contained in:
parent
0c0f50f647
commit
d1903578f9
1 changed files with 0 additions and 1 deletions
|
|
@ -110,7 +110,6 @@ angular.module('habitrpg')
|
|||
|
||||
var awaitActivity = function() {
|
||||
$(document).off('mousemove keydown mousedown touchstart', awaitActivity);
|
||||
connectToPusher(partyId);
|
||||
if (!localStorage.getItem(tabIdKey) || localStorage.getItem(tabIdKey) === tabId) {
|
||||
connectToPusher(partyId);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue