Fix duplicate warning

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

View File

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