Adds confirmation before deleting prevalue
Work Items: 30384
This commit is contained in:
@@ -35,3 +35,6 @@ function ResetValues() {
|
||||
jQuery(".valuesHiddenInput").val(val);
|
||||
}
|
||||
|
||||
function ConfirmPrevalueDelete() {
|
||||
return confirm("Are you sure you want to delete");
|
||||
}
|
||||
Reference in New Issue
Block a user