We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6955db9 commit 6690901Copy full SHA for 6690901
src/pretix/static/pretixcontrol/js/ui/popover.js
@@ -11,7 +11,7 @@ $(function () {
11
const logoutParams = new URLSearchParams({ back: backUrl });
12
13
const ticketsPath = `/control/`;
14
- const talksPath = `${talkHostNamePath}/orga/event/`
+ const talksPath = `${talkHostNamePath}orga/event/`
15
const mainDashboardPath = `/common/`;
16
const orderPath = `/control/settings/orders/`;
17
const eventPath = `/control/events/`;
@@ -46,7 +46,7 @@ $(function () {
46
</a>
47
</div>
48
49
- </div>
+ </div>
50
<div class="profile-menu">
51
<a href="${basePath}${orderPath}" target="_self" class="btn btn-outline-success">
52
<i class="fa fa-shopping-cart"></i> ${window.gettext('My orders')}
0 commit comments