From 0da2839943f2a3580c632ecd186b1ea33f4c8dd7 Mon Sep 17 00:00:00 2001 From: Baris Soner Usakli Date: Mon, 24 Feb 2014 19:16:23 -0500 Subject: [PATCH] added the class for topic delete --- public/src/forum/topic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/forum/topic.js b/public/src/forum/topic.js index 418d7ea4c2..9923c04d2a 100644 --- a/public/src/forum/topic.js +++ b/public/src/forum/topic.js @@ -933,7 +933,7 @@ define(['composer', 'forum/pagination'], function(composer, pagination) { thread_state.deleted = deleted ? '1' : '0'; if(deleted) { - $('
This thread has been deleted. Only users with thread management privileges can see it.
').insertBefore(threadEl); + $('
This thread has been deleted. Only users with thread management privileges can see it.
').insertBefore(threadEl); } else { $('#thread-deleted').remove(); }