1
0
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:
czaks 2014-09-20 06:08:14 +02:00
parent 7d91fffdd8
commit ceaaae824a

View File

@ -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]) {