mirror of
https://github.com/web-presentation-clicker/staged.git
synced 2026-07-20 05:22:15 -07:00
replace baseurl with empty string to make paths relative by default, allowing third-party instances
(cherry picked from commit 7e2d322f817d0203768dab830f867d744cb67c2e)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
window.oncontextmenu = (_) => false;
|
||||
|
||||
const baseURL = 'https://on-stage.click';
|
||||
const baseURL = '';
|
||||
const params = new URLSearchParams(location.search);
|
||||
const uuid_r = params.get('s');
|
||||
const prev = document.getElementById('previous');
|
||||
|
||||
Reference in New Issue
Block a user