diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-04 19:53:28 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-04 19:53:28 -0800 |
commit | e799aa5e5f7dd526214b8e55de86f525cefec3ee (patch) | |
tree | 03d7dc0644bbac88361b6c665947f34ccdaf499d /ext/bg/js/yomichan.js | |
parent | 7269583547cb379a413496946abce145703b2b8a (diff) |
cleanup
Diffstat (limited to 'ext/bg/js/yomichan.js')
-rw-r--r-- | ext/bg/js/yomichan.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/yomichan.js b/ext/bg/js/yomichan.js index 82a06146..a61be8be 100644 --- a/ext/bg/js/yomichan.js +++ b/ext/bg/js/yomichan.js @@ -149,7 +149,7 @@ window.yomichan = new class { onInstalled(details) { if (details.reason === 'install') { - chrome.tabs.create({url: chrome.extension.getURL('bg/guide.html')}); + chrome.tabs.create({url: chrome.extension.getURL('/bg/guide.html')}); } } |