mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 07:55:46 +01:00
log server errors in browser
added uid to posts
This commit is contained in:
@@ -18,6 +18,10 @@ var socket,
|
||||
socket.on('event:alert', function(data) {
|
||||
app.alert(data);
|
||||
});
|
||||
|
||||
socket.on('event:consolelog', function(data) {
|
||||
console.log(data);
|
||||
});
|
||||
},
|
||||
async: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user