Skip to content
Snippets Groups Projects
Commit 8459c15b authored by DFN2's avatar DFN2
Browse files

test

parent 12d0055e
No related branches found
No related tags found
No related merge requests found
Pipeline #1299 failed
......@@ -35,6 +35,7 @@ function App(){
},[ocsApiState.ocsManagerApi, webviewEl])
function initApp(){
console.log('init app');
let homepageUrl = localStorage.getItem('homePageUrl'), homepageTitle = localStorage.getItem('homePageTitle');
if (homepageUrl === null) homepageUrl = packageJson.repoHomepage, homepageTitle = packageJson.productName;
browserDispatch({type:'SET_PAGE',url:homepageUrl,title:homepageTitle});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment