updated all alert-error to alert-danger (wtf did BS3 need to change that?)

This commit is contained in:
psychobunny
2013-08-24 03:36:44 +08:00
parent b6a5cbf956
commit 0f8aad52b2
9 changed files with 33 additions and 33 deletions

View File

@@ -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;