This commit is contained in:
Anders Rune Jensen
2018-01-12 00:12:03 +01:00
parent 2c29133777
commit f09e7259ef
+1 -4
View File
@@ -121,7 +121,6 @@ function renderAbout(opts, about, showAllHTML = "") {
);
}
opts.mentions = {};
var figCaption = h('figcaption');
figCaption.innerHTML = 'Feed of ' + about.name + '<br>' + marked(String(about.description || ''), opts.marked);
return pull(
@@ -531,8 +530,6 @@ function renderDefault(c) {
}
function renderShowAll(showAll, url) {
if (showAll)
return '';
else
if (!showAll)
return '<br>' + h('a', { href : url + '?showAll' }, 'Show whole feed').outerHTML;
}