diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-04 19:42:30 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-04 19:42:30 -0800 |
commit | 7269583547cb379a413496946abce145703b2b8a (patch) | |
tree | f8cb49b646f6c5faa8008981311e1dd61812d610 /ext/bg/js/popup.js | |
parent | 158818713a59509344b0916e6dcfb44cb5042dbd (diff) |
polish
Diffstat (limited to 'ext/bg/js/popup.js')
-rw-r--r-- | ext/bg/js/popup.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/popup.js b/ext/bg/js/popup.js index 37a76832..9f2567df 100644 --- a/ext/bg/js/popup.js +++ b/ext/bg/js/popup.js @@ -18,7 +18,7 @@ $(document).ready(() => { - $('#open-search').click(() => window.open(chrome.extension.getURL('bg/search.html'))); + $('#open-search').click(() => window.open(chrome.extension.getURL('/bg/search.html'))); $('#open-options').click(() => chrome.runtime.openOptionsPage()); $('#open-help').click(() => window.open('http://foosoft.net/projects/yomichan')); |