suppressing alertSuccess when clicking into topics from unread page

v1.18.x
Julian Lam 10 years ago
parent 73505e9bd0
commit ec075ca608

@ -77,7 +77,7 @@ define('forum/unread', ['forum/recent', 'topicSelect', 'forum/infinitescroll'],
return app.alertError(err.message);
}
doneRemovingTids([tid]);
doneRemovingTids([tid], true);
});
});

Loading…
Cancel
Save