Conflicts:
	js/hide-threads.js
	js/inline-expanding.js
	stylesheets/style.css
This commit is contained in:
czaks 2013-07-27 01:04:36 -04:00
commit 64a66db613
6 changed files with 188 additions and 18 deletions

View file

@ -41,6 +41,9 @@ $(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'))