forked from leftypol/leftypol
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts: js/hide-threads.js js/inline-expanding.js stylesheets/style.css
This commit is contained in:
commit
64a66db613
6 changed files with 188 additions and 18 deletions
|
@ -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'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue