diff --git a/coc.html b/coc.html index 067acc7..6dfd37f 100644 --- a/coc.html +++ b/coc.html @@ -21,6 +21,7 @@ + @@ -200,6 +201,9 @@
Keep watching this space for latest news and announcements.
@@ -2599,14 +2600,8 @@' + strip(tweets[n].innerHTML) + '
'; + } else { + if (tweets[n].textContent) { + if (printUser) { + op += '' + authors[n].textContent + '
'; + } + op += '' + tweets[n].textContent + '
'; + if (printTime) { + op += '' + times[n].textContent + '
'; + } + + } else { + if (printUser) { + op += '' + authors[n].textContent + '
'; + } + op += '' + tweets[n].textContent + '
'; + if (printTime) { + op += '' + times[n].textContent + '
'; + } + } + } + if (showImages && images[n] !== undefined && extractImageUrl(images[n]) !== undefined) { + op += 'Keep watching this space for latest news and announcements.
+