mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-23 23:20:57 +01:00
fix an issue with watch.js on android chrome
This commit is contained in:
parent
7d91fffdd8
commit
ceaaae824a
@ -107,6 +107,7 @@ $(function(){
|
||||
var list = $("<div class='boardlist top cb-menu watch-menu'></div>");
|
||||
list.attr("data-board", board);
|
||||
|
||||
if (storage()[board] && storage()[board].threads)
|
||||
for (var tid in storage()[board].threads) {
|
||||
var newposts = "(0)";
|
||||
if (status && status[board] && status[board].threads && status[board].threads[tid]) {
|
||||
|
Loading…
Reference in New Issue
Block a user