mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
updated all alert-error to alert-danger (wtf did BS3 need to change that?)
This commit is contained in:
@@ -363,7 +363,7 @@ var SocketIO = require('socket.io').listen(global.server, { log:false }),
|
||||
socket.emit('event:alert', {
|
||||
title: 'Reply Unsuccessful',
|
||||
message: 'You don't seem to be logged in, so you cannot reply.',
|
||||
type: 'error',
|
||||
type: 'danger',
|
||||
timeout: 2000
|
||||
});
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user