Skip to content

Commit 6690901

Browse files
authored
Fix double slash in URL (#634)
1 parent 6955db9 commit 6690901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pretix/static/pretixcontrol/js/ui/popover.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $(function () {
1111
const logoutParams = new URLSearchParams({ back: backUrl });
1212

1313
const ticketsPath = `/control/`;
14-
const talksPath = `${talkHostNamePath}/orga/event/`
14+
const talksPath = `${talkHostNamePath}orga/event/`
1515
const mainDashboardPath = `/common/`;
1616
const orderPath = `/control/settings/orders/`;
1717
const eventPath = `/control/events/`;
@@ -46,7 +46,7 @@ $(function () {
4646
</a>
4747
</div>
4848
</div>
49-
</div>
49+
</div>
5050
<div class="profile-menu">
5151
<a href="${basePath}${orderPath}" target="_self" class="btn btn-outline-success">
5252
<i class="fa fa-shopping-cart"></i> ${window.gettext('My orders')}

0 commit comments

Comments
 (0)