mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-23 11:56:36 +11:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
753ab8a160
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ jQuery(function($) {
|
|||
if (navigator.appVersion.indexOf("Win")!=-1) {
|
||||
metaKey = e.ctrlKey;
|
||||
} else {
|
||||
metaKey = event.metaKey;
|
||||
metaKey = e.metaKey;
|
||||
}
|
||||
if (e.keyCode == 13 && metaKey) {
|
||||
$(this).closest('form').submit();
|
||||
|
|
Loading…
Reference in a new issue