mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-21 16:20:57 -04:00
Fix duplicate warning
This commit is contained in:
parent
31037d44d9
commit
d5974b45b2
@ -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…
x
Reference in New Issue
Block a user