Add curTitle update in goToRandomArticle() function

This commit is contained in:
root 2020-02-03 23:58:41 -04:00
parent 444564df66
commit 01a32a406e

View File

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