mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
add aria-label to modal input #1626
This commit is contained in:
parent
dc395fc829
commit
1237a6a971
@ -790,6 +790,7 @@ define([
|
||||
message = dialog.message(msg);
|
||||
}
|
||||
|
||||
input.setAttribute('aria-label', message.textContent || message.innerText);
|
||||
var ok = dialog.okButton(opt.ok);
|
||||
var cancel = dialog.cancelButton(opt.cancel);
|
||||
var frame = dialog.frame([
|
||||
|
||||
Loading…
Reference in New Issue
Block a user