From 594886ae297458f2a06d97be4adf3017d62884e6 Mon Sep 17 00:00:00 2001 From: Tristan Cavelier <tristan.cavelier@tiolive.com> Date: Tue, 18 Mar 2014 14:21:23 +0100 Subject: [PATCH] jio dashboard remove() removes current element fix --- examples/jio_dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/jio_dashboard.html b/examples/jio_dashboard.html index a81219a..b397ea8 100644 --- a/examples/jio_dashboard.html +++ b/examples/jio_dashboard.html @@ -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> -- 2.30.9