mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
add focus to prompt button
This commit is contained in:
parent
5d827f7a30
commit
9619bb1c35
@ -3280,6 +3280,7 @@ define([
|
||||
}, button),
|
||||
]);
|
||||
UI.errorLoadingScreen(block);
|
||||
$(button).focus();
|
||||
};
|
||||
UIElements.getBurnAfterReadingWarning = function (common) {
|
||||
var priv = common.getMetadataMgr().getPrivateData();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user