|
|
@ -74,8 +74,8 @@ define('forum/topic/events', ['forum/topic/browsing', 'forum/topic/postTools', '
|
|
|
|
threadTools.setDeleteState(data);
|
|
|
|
threadTools.setDeleteState(data);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
function onTopicPurged(tid) {
|
|
|
|
function onTopicPurged(tid, cid) {
|
|
|
|
ajaxify.refresh();
|
|
|
|
ajaxify.go('category/' + cid);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
function toggleTopicLockedState(data) {
|
|
|
|
function toggleTopicLockedState(data) {
|
|
|
@ -174,4 +174,4 @@ define('forum/topic/events', ['forum/topic/browsing', 'forum/topic/postTools', '
|
|
|
|
|
|
|
|
|
|
|
|
return Events;
|
|
|
|
return Events;
|
|
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
});
|
|
|
|