aboutsummaryrefslogtreecommitdiff
path: root/ext/mixed/js/display.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mixed/js/display.js')
-rw-r--r--ext/mixed/js/display.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js
index ecf92013..646d60e7 100644
--- a/ext/mixed/js/display.js
+++ b/ext/mixed/js/display.js
@@ -935,7 +935,11 @@ class Display {
}
_getNoteContext() {
- return {};
+ return {
+ document: {
+ title: document.title
+ }
+ };
}
async _getAudioUri(definition, source) {