]> 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)
committerJane Sandberg <sandbej@linnbenton.edu>
Sat, 25 Jul 2020 03:44:32 +0000 (20:44 -0700)
commit3b72a65f99fabf41318bfd62b0176f93104ee07a
treee2441dd3034537564444a509d61274aad33f7b47
parentc14af88a7f30e786558fc3c46c5e772a46b47ec1
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