mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 15:42:32 -06:00
Capitalize event name
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
new Keyboard({
|
||||
defaultEventType: 'keydown',
|
||||
events: {
|
||||
'enter': function(event) {
|
||||
'Enter': function(event) {
|
||||
$('applyButton').click();
|
||||
event.preventDefault();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user