summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2017-08-05 14:04:30 +0200
committerGitHub <noreply@github.com>2017-08-05 14:04:30 +0200
commit53da9adc255edcd901e0d0f8cac92e94e71fcd6c (patch)
tree83d6d0fef659bcfc998e5a1b99e8ab03a359f4b9
parentec67ae73a69ee35896b1682ceef458063222e2f9 (diff)
parenta22f050861ed8addc6b5fdaa7b3a3caf4cb379e3 (diff)
Merge pull request #1279 from aparcar/fix_slash
luci-app-attendedsysupgrade: remove leading slash
-rw-r--r--applications/luci-app-attendedsysupgrade/luasrc/view/attendedsysupgrade.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-attendedsysupgrade/luasrc/view/attendedsysupgrade.htm b/applications/luci-app-attendedsysupgrade/luasrc/view/attendedsysupgrade.htm
index 8bcec3b49..4f8bf7cc9 100644
--- a/applications/luci-app-attendedsysupgrade/luasrc/view/attendedsysupgrade.htm
+++ b/applications/luci-app-attendedsysupgrade/luasrc/view/attendedsysupgrade.htm
@@ -178,7 +178,7 @@ function image_request() {
request_dict = {}
request_dict.version = latest_version;
request_dict.board = data.board_name
- server_request(request_dict, "/image-request", image_request_handler)
+ server_request(request_dict, "image-request", image_request_handler)
}
function image_request_handler(response) {