type: 'post' is redundant now
This commit is contained in:
parent
b6c0f54393
commit
9594c93722
@ -3462,7 +3462,6 @@
|
|||||||
return DeleteButton.error(self);
|
return DeleteButton.error(self);
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
type: 'post',
|
|
||||||
form: form
|
form: form
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
@ -2644,7 +2644,6 @@ DeleteButton =
|
|||||||
onload: -> DeleteButton.load self, @response
|
onload: -> DeleteButton.load self, @response
|
||||||
onerror: -> DeleteButton.error self
|
onerror: -> DeleteButton.error self
|
||||||
}, {
|
}, {
|
||||||
type: 'post'
|
|
||||||
form: form
|
form: form
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user