summaryrefslogtreecommitdiff
path: root/ext/fg/js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fg/js')
-rw-r--r--ext/fg/js/float.js2
-rw-r--r--ext/fg/js/frontend.js13
2 files changed, 11 insertions, 4 deletions
diff --git a/ext/fg/js/float.js b/ext/fg/js/float.js
index f23a9b93..513ee178 100644
--- a/ext/fg/js/float.js
+++ b/ext/fg/js/float.js
@@ -50,6 +50,8 @@ class DisplayFloat extends Display {
]);
window.addEventListener('message', this._onWindowMessage.bind(this), false);
+ this.initializeState();
+
this._frameEndpoint.signal();
}
diff --git a/ext/fg/js/frontend.js b/ext/fg/js/frontend.js
index 73cea841..09928cd4 100644
--- a/ext/fg/js/frontend.js
+++ b/ext/fg/js/frontend.js
@@ -429,12 +429,17 @@ class Frontend {
{
focus,
history: false,
- type,
- source: textSource.text(),
- definitions,
- context: {
+ params: {
+ type,
+ query: textSource.text(),
+ wildcards: 'off'
+ },
+ state: {
sentence,
url
+ },
+ content: {
+ definitions
}
}
);