Fix duplicate warning
This commit is contained in:
parent
c0ffd72bf2
commit
88265498a4
1 changed files with 3 additions and 5 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue