mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 08:55:47 +01:00
possible fix for js error
This commit is contained in:
@@ -341,7 +341,7 @@ var socket,
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
if (!app.username) {
|
||||
app.alert({
|
||||
type: 'danger',
|
||||
@@ -384,7 +384,7 @@ var socket,
|
||||
}
|
||||
|
||||
tempContainer.replaceWith(tempContainer.contents());
|
||||
infiniteLoaderActive = false;
|
||||
app.infiniteLoaderActive = false;
|
||||
|
||||
app.populate_online_users();
|
||||
app.addCommasToNumbers();
|
||||
|
||||
Reference in New Issue
Block a user