forked from leftypol/leftypol
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts: templates/index.html templates/post_thread.html templates/thread.html
This commit is contained in:
commit
1aa522e138
33 changed files with 10893 additions and 20 deletions
|
@ -56,6 +56,7 @@ $(document).ready(function(){
|
|||
var hidden_div = thread_container.find('div.post.op > p.intro').clone();
|
||||
hidden_div.addClass('thread-hidden');
|
||||
hidden_div.find('a[href],input').remove();
|
||||
hidden_div.html(hidden_div.html().replace(' [] ', ' '));
|
||||
|
||||
$('<a class="unhide-thread-link" style="float:left;margin-right:5px" href="javascript:void(0)">[+]</a><span> </span>')
|
||||
.insertAfter(thread_container.find('a.hide-thread-link'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue