1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-18 03:37:35 +01:00

hide-threads.js: show post hider even in posts without an image

This commit is contained in:
czaks 2013-07-26 14:27:38 -04:00
parent e1d4b9edf1
commit bfa3236d63

View File

@ -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>')
.insertBefore(thread_container.find('p.fileinfo:first'))
.insertBefore(thread_container.find(':first'))
.click(function() {
hidden_data[board][id] = Math.round(Date.now() / 1000);
store_data();