.
This commit is contained in:
@@ -88,8 +88,9 @@ This series is not associated with any cases.
|
|||||||
$("#hidden-form").show()
|
$("#hidden-form").show()
|
||||||
|
|
||||||
});
|
});
|
||||||
$("#cancel-add-finding-button").click(() => {
|
$("#cancel-add-finding-button").click((e) => {
|
||||||
$("#hidden-form").hide()
|
$("#hidden-form").hide()
|
||||||
|
e.preventDefault();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user