summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-radicale/luasrc/view
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-radicale/luasrc/view')
-rw-r--r--applications/luci-app-radicale/luasrc/view/radicale/btn_startstop.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-radicale/luasrc/view/radicale/btn_startstop.htm b/applications/luci-app-radicale/luasrc/view/radicale/btn_startstop.htm
index b34627536d..dbf4dddbca 100644
--- a/applications/luci-app-radicale/luasrc/view/radicale/btn_startstop.htm
+++ b/applications/luci-app-radicale/luasrc/view/radicale/btn_startstop.htm
@@ -21,7 +21,7 @@
function onclick_startstop(id) {
// do start/stop
var btnXHR = new XHR();
- btnXHR.get('<%=url('admin/services/radicale/startstop')%>', null,
+ btnXHR.post('<%=url('admin/services/radicale/startstop')%>', { token: '<%=token%>' },
function(x) { _data2elements(x); }
);
}