mirror of https://github.com/xwiki-labs/cryptpad
Fix keyboard shortcut in confirm
This commit is contained in:
parent
a86469206e
commit
532333d427
|
@ -587,7 +587,7 @@ define([
|
|||
$ok.click();
|
||||
}, function () {
|
||||
$cancel.click();
|
||||
}, ok);
|
||||
});
|
||||
|
||||
document.body.appendChild(frame);
|
||||
setTimeout(function () {
|
||||
|
|
Loading…
Reference in New Issue