This commit is contained in:
albert
2013-02-28 22:16:18 -08:00
parent 0f4d7709b6
commit 6b0a968e09

View File

@@ -69,7 +69,9 @@
location.href = href;
} else {
var href = $("#pool-nav a.active[rel=next]").attr("href")
location.href = href;
if (href) {
location.href = href;
}
}
}