mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
update some event settings
This commit is contained in:
@@ -286,6 +286,7 @@
|
||||
if ( !sessionStorage.getItem( 'selectedTicket' ) ) {
|
||||
this.$router.push( '/admin/events' );
|
||||
}
|
||||
// TODO: Check if there is a live version of the event
|
||||
this.eventID = sessionStorage.getItem( 'selectedTicket' );
|
||||
fetch( localStorage.getItem( 'url' ) + '/admin/getAPI/getLocations' ).then( res => {
|
||||
res.json().then( data => {
|
||||
|
||||
Reference in New Issue
Block a user