mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 12:31:33 +01:00
fixes #4613
This commit is contained in:
@@ -56,8 +56,8 @@
|
||||
"nodebb-plugin-spam-be-gone": "0.4.6",
|
||||
"nodebb-rewards-essentials": "0.0.8",
|
||||
"nodebb-theme-lavender": "3.0.10",
|
||||
"nodebb-theme-persona": "4.0.130",
|
||||
"nodebb-theme-vanilla": "5.0.70",
|
||||
"nodebb-theme-persona": "4.0.131",
|
||||
"nodebb-theme-vanilla": "5.0.71",
|
||||
"nodebb-widget-essentials": "2.0.9",
|
||||
"nodemailer": "2.0.0",
|
||||
"nodemailer-sendmail-transport": "1.0.0",
|
||||
|
||||
@@ -162,7 +162,7 @@ define('forum/topic/threadTools', [
|
||||
|
||||
components.get('topic/lock').toggleClass('hidden', data.isLocked);
|
||||
components.get('topic/unlock').toggleClass('hidden', !data.isLocked);
|
||||
components.get('topic/reply').toggleClass('hidden', isLocked);
|
||||
components.get('topic/reply/container').toggleClass('hidden', isLocked);
|
||||
components.get('topic/reply/locked').toggleClass('hidden', !isLocked);
|
||||
|
||||
threadEl.find('[component="post/reply"], [component="post/quote"], [component="post/edit"], [component="post/delete"]').toggleClass('hidden', isLocked);
|
||||
|
||||
Reference in New Issue
Block a user