semicolons, semicolons everywhere

This commit is contained in:
Toks
2013-06-19 20:04:14 -04:00
parent 5ae6694bce
commit b7b00f53b4
9 changed files with 13 additions and 13 deletions

View File

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