Correctly show the "No rSS feed was found" message
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
parent
86747dbadc
commit
f242973384
@ -34,7 +34,7 @@ for (link of links) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (links.length == 0) {
|
if (availableLinks.length == 0) {
|
||||||
availableLinks.push({
|
availableLinks.push({
|
||||||
title: 'No RSS feed was found',
|
title: 'No RSS feed was found',
|
||||||
url: 'No URL is provided'
|
url: 'No URL is provided'
|
||||||
|
Loading…
Reference in New Issue
Block a user