diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-09-20 01:16:16 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-09-20 01:16:16 (GMT) |
commit | 8ab3a75ba857286a94175579251d2cd638cb3514 (patch) | |
tree | 06bf54415b3754ab2e8453422bd85463abeef38e /index.html | |
parent | f6aef0cbb8cb2464854a23566ccb72526c145f55 (diff) |
re-renamed listshows to listdropboxes
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") } |