mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 05:34:09 +00:00
chore(operator): clarify edit prompt
This commit is contained in:
committed by
Carlos Valente
parent
72e3eb11d7
commit
aaeadd13cf
@@ -23,6 +23,7 @@ export const isDev = import.meta.env.DEV;
|
||||
export const currentHostName = window.location.hostname;
|
||||
export const isLocalhost = currentHostName === 'localhost' || currentHostName === '127.0.0.1';
|
||||
export const isOntimeCloud = document.querySelector('base')?.hasAttribute('data-is-cloud')
|
||||
export const isTouchDevice = 'ontouchstart' in window || navigator.maxTouchPoints > 0;
|
||||
|
||||
// resolve entrypoint URLs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user