diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/mixed/js/yomichan.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/mixed/js/yomichan.js b/ext/mixed/js/yomichan.js index 9e049d41..217721bd 100644 --- a/ext/mixed/js/yomichan.js +++ b/ext/mixed/js/yomichan.js @@ -263,7 +263,7 @@ const yomichan = (() => {          }          _getLogContext() { -            return this._getUrl(); +            return {url: this._getUrl()};          }          _onMessage({action, params}, sender, callback) { |