Fix history.back() on random articles

This commit is contained in:
mossroy 2014-04-03 14:00:45 +02:00
parent f7b5327096
commit 39650a33af

View File

@ -726,6 +726,7 @@ define(function(require) {
}
else {
$("#articleName").html(title._name);
pushBrowserHistoryState(title._name);
$("#readingArticle").show();
$("#articleContent").html("");
readArticle(title);