diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-09-22 12:00:06 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-09-22 12:00:06 (GMT) |
commit | 431d138784ea13af9a26a16780d52b3385ab0b21 (patch) | |
tree | 61d0e2648fab1f674c1bc7265ca03de8ab0d4213 /js | |
parent | e1b7f1d5db69ef7deac50c2171c2dce477a94aff (diff) |
moved cgi stuff to rh-bin
Diffstat (limited to 'js')
-rw-r--r-- | js/shows.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/shows.js b/js/shows.js index 9f8170f..6b272bf 100644 --- a/js/shows.js +++ b/js/shows.js @@ -158,7 +158,7 @@ function shows_init() { shows_currentid = sessionStorage.getItem("shows_currentid"); shows_list = []; data = { LOGIN_NAME: auth_username, PASSWORD: auth_token }; - $.post("/listdropboxes.cgi", data, shows_updateList, "xml") + $.post("/rh-bin/listdropboxes.cgi", data, shows_updateList, "xml") } function shows_cleanup() { |