mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-09 23:34:20 -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);
|
tabTransitionToSection('home', params.showUIAnimations);
|
||||||
const welcomeText = document.getElementById('welcomeText');
|
const welcomeText = document.getElementById('welcomeText');
|
||||||
welcomeText.style.display = 'none';
|
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
|
// 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