mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
empty img src in between
This commit is contained in:
parent
811a1b8963
commit
11bdf2211e
@ -30,6 +30,7 @@ const render = elements => {
|
||||
var date = new Date(data.date);
|
||||
$('#date' + j).text(date.toLocaleDateString() + ' ' + date.toLocaleTimeString());
|
||||
$('#text' + j).text(data.text);
|
||||
$('#img' + j).attr('src', '');
|
||||
$('#img' + j).attr('src', _getCatImg(date.getTime()));
|
||||
$('#post' + j).css({visibility: 'visible'});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user