fix: date field

This commit is contained in:
Jannat Patel
2022-03-31 17:54:31 +05:30
parent 16ddfb2a20
commit c6b46295bc
2 changed files with 6 additions and 3 deletions

View File

@@ -46,6 +46,10 @@ frappe.ready(() => {
submit_slot(e);
});
$("#slot-date").on("change", (e) => {
});
$(document).scroll(function() {
let timer;
clearTimeout(timer);