some cleanup
This commit is contained in:
@@ -510,9 +510,7 @@ if (aiAuthRequired) {
|
||||
}, 500);
|
||||
};
|
||||
|
||||
function handleSharedURL() {
|
||||
console.log('[SHARE] Handling shared URL:', window.location.search);
|
||||
|
||||
function handleSharedURL() {
|
||||
const urlParams = new URLSearchParams(window.location.search);
|
||||
const toolParam = urlParams.get('tool');
|
||||
const viewParam = urlParams.get('view');
|
||||
|
||||
Reference in New Issue
Block a user