Allow A/D shortcuts for browsing favgroups
This commit is contained in:
@@ -148,7 +148,7 @@
|
||||
location.href = href;
|
||||
}
|
||||
} else {
|
||||
var href = $("#pool-nav a.active[rel=prev]").attr("href");
|
||||
var href = $("#pool-nav a.active[rel=prev], #favgroup-nav a.active[rel=prev]").attr("href");
|
||||
if (href) {
|
||||
location.href = href;
|
||||
}
|
||||
@@ -160,7 +160,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], #favgroup-nav a.active[rel=next]").attr("href");
|
||||
if (href) {
|
||||
location.href = href;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user