diff options
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") } |