Fix duplicate warning

This commit is contained in:
Hillel Coren 2018-03-14 12:24:17 +02:00
parent 31037d44d9
commit d5974b45b2

View File

@ -201,11 +201,9 @@
submitForm_proposal('archive', {{ $proposal->id }});
}
function onDeleteClick() {
sweetConfirm(function() {
submitForm_proposal('delete', {{ $proposal->id }});
});
}
function onDeleteClick() {
submitForm_proposal('delete', {{ $proposal->id }});
}
@endif
$(function() {