fixes #668
This commit is contained in:
@@ -69,7 +69,9 @@
|
|||||||
location.href = href;
|
location.href = href;
|
||||||
} else {
|
} else {
|
||||||
var href = $("#pool-nav a.active[rel=next]").attr("href")
|
var href = $("#pool-nav a.active[rel=next]").attr("href")
|
||||||
location.href = href;
|
if (href) {
|
||||||
|
location.href = href;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user