mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-22 12:01:15 -04:00
Add curTitle update in goToRandomArticle() function
This commit is contained in:
parent
444564df66
commit
01a32a406e
@ -1511,6 +1511,7 @@ define(['jquery', 'zimArchiveLoader', 'util', 'uiUtil', 'cookies','abstractFiles
|
||||
} else {
|
||||
if (dirEntry.namespace === 'A') {
|
||||
params.isLandingPage = false;
|
||||
curTitle = dirEntry.namespace + "/" + dirEntry.url
|
||||
$('#activeContent').hide();
|
||||
$('#searchingArticles').show();
|
||||
readArticle(dirEntry);
|
||||
|
Loading…
x
Reference in New Issue
Block a user