mirror of
https://github.com/Pathduck/gallery3-themes-modules.git
synced 2024-11-10 14:26:11 -05:00
Revert "arrow_nav: add KeyUp for parent"
This reverts commit 365b9097cd
.
This commit is contained in:
parent
b0051616b5
commit
cf5dcc3f50
@ -5,7 +5,6 @@
|
||||
direction = 'ltr',
|
||||
keyPrevious = 37,
|
||||
keyNext = 39,
|
||||
keyUp = 38,
|
||||
keyDelete = 119,
|
||||
url;
|
||||
|
||||
@ -61,10 +60,6 @@
|
||||
url = $('.g-paginator .g-text-right a').eq(0).attr("href");
|
||||
break;
|
||||
|
||||
case keyUp:
|
||||
url = $('.g-breadcrumbs li:nth-last-of-type(2) a').eq(0).attr("href");
|
||||
break;
|
||||
|
||||
case keyDelete:
|
||||
$('a.g-dialog-link.g-quick-delete').click();
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user