From 96b9d416983d4ac50963ae708c055c2d905107b7 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 7 May 2013 19:24:52 +0000 Subject: [PATCH] removed return to home link from topic, realized that breadcrumbs are right on top --- public/templates/topic.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/templates/topic.tpl b/public/templates/topic.tpl index 9a93699f64..6f31fec8bf 100644 --- a/public/templates/topic.tpl +++ b/public/templates/topic.tpl @@ -269,7 +269,7 @@ // Spawn a 'deleted' notice at the top of the page deleteNotice.setAttribute('id', 'thread-deleted'); deleteNotice.className = 'alert'; - deleteNotice.innerHTML = 'This thread has been deleted. Only users with thread management privileges can see it.

Home'; + deleteNotice.innerHTML = 'This thread has been deleted. Only users with thread management privileges can see it.'; document.getElementById('content').insertBefore(deleteNotice, threadEl); thread_state.deleted = '1';