summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-09-20 01:16:16 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-09-20 01:16:16 (GMT)
commit8ab3a75ba857286a94175579251d2cd638cb3514 (patch)
tree06bf54415b3754ab2e8453422bd85463abeef38e /index.html
parentf6aef0cbb8cb2464854a23566ccb72526c145f55 (diff)
re-renamed listshows to listdropboxes
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index d6febed..4b7d76b 100644
--- a/index.html
+++ b/index.html
@@ -97,7 +97,7 @@
function app_shows_init() {
shows_list = [];
data = { LOGIN_NAME: username, PASSWORD: token };
- $.post("/listshows.cgi", data, updateShowsList, "xml")
+ $.post("/listdropboxes.cgi", data, updateShowsList, "xml")
}