lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit 0ff8d80a authored by Romain Courteaud's avatar Romain Courteaud 🐙

erp5_xhtml_style: hande notifyFocus/notifyBlur

See nexedi/erp5@ea219b74
parent 2ab94e6a
......@@ -83,7 +83,12 @@
function () {
return;
})
.allowPublicAcquisition('notifyFocus', function () {
return;
})
.allowPublicAcquisition('notifyBlur', function () {
return;
})
.allowPublicAcquisition('notifySubmit', function () {
return this.element.querySelector('form').querySelector('[type="submit"]').click();
})
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment