removed some possibly antiquated privs code

v1.18.x
psychobunny 10 years ago
parent f8af900415
commit 10b9919a49

@ -175,7 +175,6 @@ define('forum/topic/posts', [
postEl.find('.move, [component="post/move"]').remove();
}
postEl.find('.reply, .quote').toggleClass('hidden', !$('.post_reply, [component="post/reply"]').length);
postEl.find('.chat, .flag, [component="user/chat"], [component="post/flag"]').toggleClass('hidden', isSelfPost || !app.user.uid);
}

Loading…
Cancel
Save