web: remove almost every use of ml/mr
replace with flex and gap mostly. For #450.
This commit is contained in:
+1
-1
@@ -266,7 +266,7 @@ interface sendDTO {
|
||||
|
||||
if (window.captcha && !window.reCAPTCHA) {
|
||||
captcha.generate();
|
||||
(document.getElementById("captcha-regen") as HTMLSpanElement).onclick = captcha.generate;
|
||||
(document.getElementById("captcha-regen") as HTMLButtonElement).onclick = captcha.generate;
|
||||
captcha.input.onkeyup = validator.validate;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user