mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-22 12:01:15 -04:00
Fix in cleaning the page when switching to another section of the app
This commit is contained in:
parent
b996b74a6f
commit
0674f36d05
@ -133,6 +133,7 @@ define(function(require) {
|
||||
$("#readingArticle").hide();
|
||||
$('#geolocationProgress').hide();
|
||||
$("#articleContent").empty();
|
||||
$('#searchingForTitles').hide();
|
||||
return false;
|
||||
});
|
||||
$('#btnConfigure').on('click', function(e) {
|
||||
@ -153,6 +154,7 @@ define(function(require) {
|
||||
$("#readingArticle").hide();
|
||||
$('#geolocationProgress').hide();
|
||||
$('#articleContent').hide();
|
||||
$('#searchingForTitles').hide();
|
||||
return false;
|
||||
});
|
||||
$('#btnAbout').on('click', function(e) {
|
||||
@ -173,6 +175,7 @@ define(function(require) {
|
||||
$("#readingArticle").hide();
|
||||
$('#geolocationProgress').hide();
|
||||
$('#articleContent').hide();
|
||||
$('#searchingForTitles').hide();
|
||||
return false;
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user