fix merge

This commit is contained in:
czaks 2013-07-27 01:08:26 -04:00
parent 64a66db613
commit 880cf25366
2 changed files with 1 additions and 5 deletions

View file

@ -41,9 +41,6 @@ $(document).ready(function(){
else {
last_expanded = post_in_doc;
}
else {
last_expanded = post_in_doc;
}
});
$('<span class="omitted"><a href="javascript:void(0)">' + _('Hide expanded replies') + '</a>.</span>')
.insertAfter(thread.find('span.omitted').css('display', 'none'))