hide-threads.js: show post hider even in posts without an image
This commit is contained in:
parent
5108bd1bf7
commit
c217069f2b
@ -46,7 +46,7 @@ $(document).ready(function(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
$('<a class="hide-thread-link" style="float:left;margin-right:5px" href="javascript:void(0)">[–]</a><span> </span>')
|
$('<a class="hide-thread-link" style="float:left;margin-right:5px" href="javascript:void(0)">[–]</a><span> </span>')
|
||||||
.insertBefore(thread_container.find('p.fileinfo:first'))
|
.insertBefore(thread_container.find(':first'))
|
||||||
.click(function() {
|
.click(function() {
|
||||||
hidden_data[board][id] = Math.round(Date.now() / 1000);
|
hidden_data[board][id] = Math.round(Date.now() / 1000);
|
||||||
store_data();
|
store_data();
|
||||||
|
Loading…
Reference in New Issue
Block a user