mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-24 04:54:51 -04:00
Fix history.back() on random articles
This commit is contained in:
parent
f7b5327096
commit
39650a33af
@ -726,6 +726,7 @@ define(function(require) {
|
||||
}
|
||||
else {
|
||||
$("#articleName").html(title._name);
|
||||
pushBrowserHistoryState(title._name);
|
||||
$("#readingArticle").show();
|
||||
$("#articleContent").html("");
|
||||
readArticle(title);
|
||||
|
Loading…
x
Reference in New Issue
Block a user