Skip to content
Snippets Groups Projects
  • JediKev's avatar
    6b639d6f
    oops: Fix Reset Button · 6b639d6f
    JediKev authored
    This addresses issue 3670 where the reset button does nothing but return
    an error. This adds a check for `data-draft-id` to the reset button. If
    there is one it will delete the draft and reset the text box. If there is
    not one then it will just reset the text box.
    Also includes:
    - A line to add the `data-draft-id` to the text box automatically, when a
    draft is saved, through AJAX.
    6b639d6f
    History
    oops: Fix Reset Button
    JediKev authored
    This addresses issue 3670 where the reset button does nothing but return
    an error. This adds a check for `data-draft-id` to the reset button. If
    there is one it will delete the draft and reset the text box. If there is
    not one then it will just reset the text box.
    Also includes:
    - A line to add the `data-draft-id` to the text box automatically, when a
    draft is saved, through AJAX.