diff --git a/4chan_x.user.js b/4chan_x.user.js index 94402b5fd..5b9d807a7 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3462,7 +3462,6 @@ return DeleteButton.error(self); } }, { - type: 'post', form: form }); }, diff --git a/script.coffee b/script.coffee index 973de3032..ae692854d 100644 --- a/script.coffee +++ b/script.coffee @@ -2644,7 +2644,6 @@ DeleteButton = onload: -> DeleteButton.load self, @response onerror: -> DeleteButton.error self }, { - type: 'post' form: form }