mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Fix duplicate warning
This commit is contained in:
parent
c0ffd72bf2
commit
88265498a4
@ -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…
Reference in New Issue
Block a user