mirror of
https://github.com/pretix/pretix.git
synced 2026-09-12 16:04:42 +00:00
* ESlint: Ignore vendored and pre-vue code * Format pre-vue code with eslint where possible --------- Co-authored-by: Kara Engelhardt <engelhardt@pretix.eu>
4 lines
198 B
JavaScript
4 lines
198 B
JavaScript
// Attempt to auto-open page in new tab. Will be ignored by most browser's popup blockers anyways, though.
|
|
let url = JSON.parse(document.getElementById('framebreak-url').innerText)
|
|
window.open(url)
|