Fix very minor error with undefined variable

This commit is contained in:
Jaifroid 2024-05-19 16:05:25 +01:00
parent 46e0e003f4
commit fe77a8288a

View File

@ -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