diff options
Diffstat (limited to 'ext/mixed/js/frame-client.js')
-rw-r--r-- | ext/mixed/js/frame-client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mixed/js/frame-client.js b/ext/mixed/js/frame-client.js index 6ea344e2..632c50d4 100644 --- a/ext/mixed/js/frame-client.js +++ b/ext/mixed/js/frame-client.js @@ -90,7 +90,7 @@ class FrameClient { case 'frameEndpointReady': { const {secret} = params; - const token = yomichan.generateId(16); + const token = generateId(16); tokenMap.set(secret, token); postMessage('frameEndpointConnect', {secret, token, hostFrameId}); } |