N°1997 - dbClick to exit the "description" field when creating an incident on the portal

This commit is contained in:
acognet
2020-05-14 13:02:47 +02:00
parent 730570f1f8
commit 898ee95a2c

View File

@@ -247,7 +247,7 @@ EOF
name: $(me).closest(".form_field").attr("data-field-id"),
value: $(me).val()
});
});
}).on("mouseup", function(){this.focus();});
EOF
);
break;