a few more minor changes
This commit is contained in:
parent
a4b29f0254
commit
a89d417546
@ -27,9 +27,8 @@ class arrowkey_navigation extends Extension {
|
|||||||
|
|
||||||
// for random_list extension
|
// for random_list extension
|
||||||
else if ($event->page_matches("random")) {
|
else if ($event->page_matches("random")) {
|
||||||
$prev_url = make_http(make_link("random"));
|
$randomurl = make_http(make_link("random"));
|
||||||
$next_url = make_http(make_link("random"));
|
$this->add_arrowkeys_code($randomurl, $randomurl);
|
||||||
$this->add_arrowkeys_code($prev_url, $next_url);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user