mirror of
https://github.com/smartyellow/status.git
synced 2025-07-19 20:58:02 +00:00
Fixed dashboard errors
Signed-off-by: Romein van Buren <romein@vburen.nl>
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
import App from './app.svelte';
|
||||
|
||||
export default new App({
|
||||
target: document.body,
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
new App({
|
||||
target: document.getElementsByTagName('body')[0],
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user