mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-22 00:11:04 -04:00
Fix duplicate warning
This commit is contained in:
parent
31037d44d9
commit
d5974b45b2
@ -202,9 +202,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function onDeleteClick() {
|
function onDeleteClick() {
|
||||||
sweetConfirm(function() {
|
|
||||||
submitForm_proposal('delete', {{ $proposal->id }});
|
submitForm_proposal('delete', {{ $proposal->id }});
|
||||||
});
|
|
||||||
}
|
}
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user