mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-09 15:21:46 -04:00
Fix very minor error with undefined variable
This commit is contained in:
parent
46e0e003f4
commit
fe77a8288a
@ -936,7 +936,7 @@ function returnToCurrentPage () {
|
||||
tabTransitionToSection('home', params.showUIAnimations);
|
||||
const welcomeText = document.getElementById('welcomeText');
|
||||
welcomeText.style.display = 'none';
|
||||
viewArticle.style.display = 'none';
|
||||
document.getElementById('viewArticle').style.display = 'none';
|
||||
}
|
||||
|
||||
// Reports an error in loading one of the ASM or WASM machines to the UI API Status Panel
|
||||
|
Loading…
x
Reference in New Issue
Block a user