mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-02-07 04:24:27 +00:00
add keybpoard shortcut ESC to close new post modal
This commit is contained in:
parent
0f7b7100fb
commit
b1a9c6d8ed
@ -128,6 +128,13 @@ function reOrganizeTemplates() { // for nin's templating
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
$(document).keyup(function(e) {
|
||||||
|
if (e.keyCode == 27) {$('.mini-profile .post-area').removeClass('display');}
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function reAppendModules() { // avoid w1200 things
|
function reAppendModules() { // avoid w1200 things
|
||||||
$('.module.toptrends').detach().appendTo($('.dashboard.right'));
|
$('.module.toptrends').detach().appendTo($('.dashboard.right'));
|
||||||
$('.module.who-to-follow').detach().appendTo($('.dashboard.right'));
|
$('.module.who-to-follow').detach().appendTo($('.dashboard.right'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user