aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/js/search.js
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-06-25 18:32:29 -0400
committerGitHub <noreply@github.com>2020-06-25 18:32:29 -0400
commit6ee50b3c95c970234f9f0151dc2ab55dea51c741 (patch)
treebe7424068308164be13869490d3a635682f2e74e /ext/bg/js/search.js
parent3e68af8666bdf9a6d8d605f7a3bb0432c8d6cb33 (diff)
Make PopupFactory.prepare non-async (#625)
Diffstat (limited to 'ext/bg/js/search.js')
-rw-r--r--ext/bg/js/search.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/search.js b/ext/bg/js/search.js
index 88be335f..e968e8cf 100644
--- a/ext/bg/js/search.js
+++ b/ext/bg/js/search.js
@@ -438,7 +438,7 @@ class DisplaySearch extends Display {
const {frameId} = await api.frameInformationGet();
const popupFactory = new PopupFactory(frameId);
- await popupFactory.prepare();
+ popupFactory.prepare();
const frontend = new Frontend(
frameId,