diff options
Diffstat (limited to 'ext/fg/js/popup-factory.js')
-rw-r--r-- | ext/fg/js/popup-factory.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/js/popup-factory.js b/ext/fg/js/popup-factory.js index ab450b26..03ac603b 100644 --- a/ext/fg/js/popup-factory.js +++ b/ext/fg/js/popup-factory.js @@ -86,7 +86,7 @@ class PopupFactory { if (frameId === this._frameId) { // New unique id if (id === null) { - id = yomichan.generateId(16); + id = generateId(16); } const popup = new Popup(id, depth, frameId, ownerFrameId); if (parent !== null) { |