mirror of
https://github.com/smittix/intercept.git
synced 2026-04-27 16:20:02 -07:00
Use direct satellite dashboard links
This commit is contained in:
@@ -330,6 +330,11 @@ const CommandPalette = (function() {
|
||||
}
|
||||
|
||||
function goToMode(mode) {
|
||||
if (mode === 'satellite') {
|
||||
window.location.href = '/satellite/dashboard';
|
||||
return;
|
||||
}
|
||||
|
||||
const welcome = document.getElementById('welcomePage');
|
||||
if (welcome && getComputedStyle(welcome).display !== 'none') {
|
||||
welcome.style.display = 'none';
|
||||
|
||||
Reference in New Issue
Block a user