mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Made most things reachable with just a keyboard
This commit is contained in:
@ -180,8 +180,9 @@ App.Presenters.PagerPresenter = function(
|
||||
}
|
||||
lastPage = page;
|
||||
|
||||
var $a = jQuery('<a/>');
|
||||
$a.click(function() {
|
||||
var $a = jQuery('<a href="#"/>');
|
||||
$a.click(function(e) {
|
||||
e.preventDefault();
|
||||
pager.setPage(page);
|
||||
syncUrl();
|
||||
});
|
||||
|
Reference in New Issue
Block a user