Commit 594886ae authored by Tristan Cavelier's avatar Tristan Cavelier

jio dashboard remove() removes current element fix

parent c57d1018
......@@ -53,7 +53,7 @@
<button onclick="post()">post</button>
<button onclick="put()">put</button>
<button onclick="get()">get</button>
<button onclick="remove()">remove</button>
<button onclick="window.remove()">remove</button>
- <button onclick="putAttachment()">putAttachment</button>
<button onclick="getAttachment()">getAttachment</button>
<button onclick="removeAttachment()">removeAttachment</button>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment