summaryrefslogtreecommitdiff
path: root/js/shows.js
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-09-22 12:00:06 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-09-22 12:00:06 (GMT)
commit431d138784ea13af9a26a16780d52b3385ab0b21 (patch)
tree61d0e2648fab1f674c1bc7265ca03de8ab0d4213 /js/shows.js
parente1b7f1d5db69ef7deac50c2171c2dce477a94aff (diff)
moved cgi stuff to rh-bin
Diffstat (limited to 'js/shows.js')
-rw-r--r--js/shows.js2
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() {