diff --git a/src/UI/UIWindow.js b/src/UI/UIWindow.js index 3f163a31..98194012 100644 --- a/src/UI/UIWindow.js +++ b/src/UI/UIWindow.js @@ -29,6 +29,7 @@ import refresh_item_container from '../helpers/refresh_item_container.js'; import UIWindowSaveAccount from './UIWindowSaveAccount.js'; import UIWindowEmailConfirmationRequired from './UIWindowEmailConfirmationRequired.js'; import launch_app from "../helpers/launch_app.js" +import UIWindowShare from './UIWindowShare.js'; const el_body = document.getElementsByTagName('body')[0]; @@ -350,7 +351,6 @@ async function UIWindow(options) { const components = options.path.slice(1).split('/'); - console.log('components???', components); if ( components.length === 2 && components[1] === 'Public' ) { const username = components[0]; h += `