mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-02 22:00:34 +01:00
closes #6081
This commit is contained in:
@@ -239,7 +239,8 @@ define('forum/category/tools', [
|
||||
}
|
||||
|
||||
function handlePinnedTopicSort() {
|
||||
if (!ajaxify.data.privileges.isAdminOrMod) {
|
||||
var env = utils.findBootstrapEnvironment();
|
||||
if (!ajaxify.data.privileges.isAdminOrMod || env === 'xs' || env === 'sm') {
|
||||
return;
|
||||
}
|
||||
app.loadJQueryUI(function () {
|
||||
|
||||
Reference in New Issue
Block a user