This commit is contained in:
barisusakli
2014-06-21 11:51:59 -04:00
parent d229cd21b2
commit 7d1ba0eb7c
2 changed files with 7 additions and 2 deletions

View File

@@ -78,7 +78,12 @@ define('forum/topic/threadTools', ['forum/topic/fork', 'forum/topic/move'], func
setFollowState(state);
app.alertSuccess(state ? '[[topic:following_topic.message]]' : '[[topic:not_following_topic.message]]');
app.alert({
alert_id: 'follow_thread',
message: state ? '[[topic:following_topic.message]]' : '[[topic:not_following_topic.message]]',
type: 'success',
timeout: 5000
});
});
return false;