fix: dont allow sorting pinned topics on recent

v1.18.x
Barış Soner Uşaklı 4 years ago
parent 3c7f79cb8a
commit b955fd363d

@ -263,7 +263,7 @@ define('forum/category/tools', [
}
function handlePinnedTopicSort() {
if (!ajaxify.data.topics) {
if (!ajaxify.data.topics || !ajaxify.data.template.category) {
return;
}
var numPinned = ajaxify.data.topics.reduce(function (memo, topic) {

Loading…
Cancel
Save