mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-05 05:25:49 +01:00
refactor: simpler rejoin
remove pointless app.cacheBuster = null
This commit is contained in:
@@ -7,7 +7,6 @@ app.isFocused = true;
|
||||
app.currentRoom = null;
|
||||
app.widgets = {};
|
||||
app.flags = {};
|
||||
app.cacheBuster = null;
|
||||
|
||||
(function () {
|
||||
let appLoaded = false;
|
||||
|
||||
Reference in New Issue
Block a user