Skip to content

Commit

Permalink
[FIX] welcome text showing after selecting zim
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabhg71 committed Sep 19, 2023
1 parent 6550aa4 commit 149fdbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/js/lib/uiUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,8 @@ function showReturnLink () {
document.getElementById('liConfigureNav').classList.remove('active');
document.getElementById('liHomeNav').classList.add('active');
tabTransitionToSection('home', params.showUIAnimations);

const welcomeText = document.getElementById('welcomeText');
welcomeText.style.display = 'none';
viewArticle.style.display = 'none';
});
}
Expand Down

0 comments on commit 149fdbc

Please sign in to comment.