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