Adds confirmation before deleting prevalue

Work Items: 30384
This commit is contained in:
starfighter83
2011-08-03 07:49:08 -02:00
parent 082d680a36
commit 5843b5deaf
2 changed files with 4 additions and 1 deletions

View File

@@ -35,3 +35,6 @@ function ResetValues() {
jQuery(".valuesHiddenInput").val(val);
}
function ConfirmPrevalueDelete() {
return confirm("Are you sure you want to delete");
}