summaryrefslogtreecommitdiff
path: root/ext/bg/js/yomichan.js
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-03-04 19:53:28 -0800
committerAlex Yatskov <alex@foosoft.net>2017-03-04 19:53:28 -0800
commite799aa5e5f7dd526214b8e55de86f525cefec3ee (patch)
tree03d7dc0644bbac88361b6c665947f34ccdaf499d /ext/bg/js/yomichan.js
parent7269583547cb379a413496946abce145703b2b8a (diff)
cleanup
Diffstat (limited to 'ext/bg/js/yomichan.js')
-rw-r--r--ext/bg/js/yomichan.js2
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')});
}
}