]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1858701: prevent doubles slashes in opac iframe urls
authorJason Boyer <JBoyer@eoli.info>
Wed, 8 Jan 2020 18:37:01 +0000 (13:37 -0500)
committerChris Burton <cburton@nflibrary.ca>
Thu, 10 Sep 2020 16:01:35 +0000 (12:01 -0400)
commit974bbeafa9ac8122502543e3035c1467b7c92cbb
tree0b693ffa62a4521e054b582ea03f1da67c204bf8
parent20584c78aea87ac88b8da748ee9016f8719ee032
LP1858701: prevent doubles slashes in opac iframe urls

The CGI module (used by mkurl()) does not like it
if we have two slashes in a URL sort/of/like//this.
Things work but the path portion of the URL is doubled
each time mkurl is used on it. This branch fixes 2
causes in the staff OPAC.

Signed-off-by: Jason Boyer <JBoyer@eoli.info>
Signed-off-by: Rogan Hamby <rogan.hamby@gmail.com>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/web/js/ui/default/staff/cat/catalog/app.js