diff options
Diffstat (limited to 'extension')
-rw-r--r-- | extension/background.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/background.js b/extension/background.js index 64d8dd2..c6cf5b8 100644 --- a/extension/background.js +++ b/extension/background.js @@ -473,7 +473,7 @@ Read that file to evaluate and return the current value of that JS expression.`, }) }; })(); -Routes["/windows/#WINDOW_ID/crate"] = { +Routes["/windows/#WINDOW_ID/create"] = { async write({windowId, buf}) { const url = buf.trim(); await browser.tabs.create({ windowId: windowId, url: url }); |