projects
/
working
/
Evergreen.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
LP#1823387: avoid double slashes in booking URLs, which will not work with recent...
[working/Evergreen.git]
/
Open-ILS
/
web
/
js
/
ui
/
default
/
staff
/
booking
/
app.js
diff --git
a/Open-ILS/web/js/ui/default/staff/booking/app.js
b/Open-ILS/web/js/ui/default/staff/booking/app.js
index
5f116d1
..
8b92d27
100644
(file)
--- a/
Open-ILS/web/js/ui/default/staff/booking/app.js
+++ b/
Open-ILS/web/js/ui/default/staff/booking/app.js
@@
-32,7
+32,7
@@
function($scope , $routeParams , $location , egCore) {
ses : egCore.auth.token(),
}
- var booking_path = '/eg/
/eg/
' +
+ var booking_path = '/eg/' +
$routeParams.noun + '/' + $routeParams.verb + location.search;
// embed URL must include protocol/domain or it will be loaded via