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

@@ -124,7 +124,7 @@
} else {
app.alert({
'alert_id': 'thread_move',
type: 'error',
type: 'danger',
title: 'Unable to Move Topic',
message: 'This topic could not be moved to ' + targetCatLabel + '.<br />Please try again later',
timeout: 5000
@@ -183,7 +183,7 @@
if (data.status && data.status === 'ok') set_follow_state(data.follow);
else {
app.alert({
type: 'error',
type: 'danger',
alert_id: 'topic_follow',
title: 'Please Log In',
message: 'Please register or log in in order to subscribe to this topic',