removed return to home link from topic, realized that breadcrumbs are right on top

v1.18.x
psychobunny 12 years ago
parent 91d9775cc4
commit 96b9d41698

@ -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.<br /><br /><a href="/">Home</a>';
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';

Loading…
Cancel
Save