add unseen count and way to mark unseen to list mode. Also fix automatic mark of unseen so as to work with list mode.

This commit is contained in:
friendica
2014-11-17 15:18:06 -08:00
parent b11ed7f88e
commit c0ad4763b3
6 changed files with 69 additions and 12 deletions

View File

@@ -180,6 +180,13 @@
timer = setTimeout(NavUpdate,2000);
}
function markItemRead(itemId) {
$.get('ping?f=&markItemRead='+itemId);
$('.unseen-wall-indicator-'+itemId).hide();
}
var src = null;
var prev = null;
var livetime = null;