mirror of
https://github.com/fenwick67/mastofeed
synced 2025-03-10 16:30:10 +01:00
handle case where href=""
This commit is contained in:
parent
91700a596d
commit
d33129ff96
@ -120,7 +120,7 @@
|
||||
}else{
|
||||
var finalLink = pageLinks[pageLinks.length-1].href;
|
||||
// make sure we don't load the same page twice
|
||||
if (finalLink == lastPageLoaded){
|
||||
if (!finalLink || finalLink == lastPageLoaded){
|
||||
console.log('this was the last page');
|
||||
return false;
|
||||
}else{
|
||||
|
Loading…
x
Reference in New Issue
Block a user