mirror of
https://github.com/smartyellow/status.git
synced 2025-07-19 04:54:04 +00:00
esfix
This commit is contained in:
@ -5,7 +5,9 @@
|
||||
|
||||
onMount(() => {
|
||||
let url = window.location.href;
|
||||
if (!url.endsWith('/')) url += '/';
|
||||
if (!url.endsWith('/')) {
|
||||
url += '/';
|
||||
}
|
||||
url += 'status/dashboard';
|
||||
|
||||
window.open(url, '_blank').focus();
|
||||
|
Reference in New Issue
Block a user