ksc
This commit is contained in:
parent
5e13d86778
commit
7eccc04e98
|
@ -18,12 +18,13 @@ $(function ($) {
|
|||
if (e.keyCode === 13) {
|
||||
if($("#src").is(':focus')){
|
||||
src()
|
||||
return false;
|
||||
}
|
||||
if($("#list-add").is(':focus')){
|
||||
makeNewList()
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
//Ctrl+Shift+Enter:Lgen
|
||||
if (event.metaKey || event.ctrlKey && wv) {
|
||||
if (event.shiftKey) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user