Two generated links in serials interfaces led to 404s user/senator/alt-serial-minor-links
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Mon, 3 Oct 2011 19:00:05 +0000 (15:00 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Mon, 3 Oct 2011 19:00:05 +0000 (15:00 -0400)
And now they do not.

Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/web/js/ui/default/serial/list_item.js
Open-ILS/web/js/ui/default/serial/list_stream.js

index 8455c82..c4c7654 100644 (file)
@@ -28,7 +28,7 @@ function load_siss_display() {
                     var link = dojo.byId("siss_label_here");
                     link.onclick = function() {
                         location.href = oilsBasePath +
-                            "/eg/serial/subscription?id=" +
+                            "/serial/subscription?id=" +
                             r.subscription() + "&tab=issuances";
                     }
                     link.innerHTML = r.label();
index 403b317..79bf05d 100644 (file)
@@ -36,7 +36,7 @@ function load_sdist_display() {
                     var link = dojo.byId("sdist_label_here");
                     link.onclick = function() {
                         location.href = oilsBasePath +
-                            "/eg/serial/subscription?id=" +
+                            "/serial/subscription?id=" +
                             r.subscription() + "&tab=distributions";
                     }
                     link.innerHTML = r.label();