summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/js/display/display.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/js/display/display.js b/ext/js/display/display.js
index b17a6168..7ded1e09 100644
--- a/ext/js/display/display.js
+++ b/ext/js/display/display.js
@@ -1347,7 +1347,7 @@ class Display extends EventDispatcher {
const {state} = this._history;
let {documentTitle, url, sentence} = (isObject(state) ? state : {});
if (typeof documentTitle !== 'string') {
- documentTitle = '';
+ documentTitle = document.title;
}
if (typeof url !== 'string') {
url = window.location.href;