aboutsummaryrefslogtreecommitdiff
path: root/ext/fg/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/fg/js
parent7269583547cb379a413496946abce145703b2b8a (diff)
cleanup
Diffstat (limited to 'ext/fg/js')
-rw-r--r--ext/fg/js/popup.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/js/popup.js b/ext/fg/js/popup.js
index a9e27f49..12a6df13 100644
--- a/ext/fg/js/popup.js
+++ b/ext/fg/js/popup.js
@@ -25,7 +25,7 @@ class Popup {
this.container.id = 'yomichan-popup';
this.container.addEventListener('mousedown', e => e.stopPropagation());
this.container.addEventListener('scroll', e => e.stopPropagation());
- this.container.setAttribute('src', chrome.extension.getURL('fg/frame.html'));
+ this.container.setAttribute('src', chrome.extension.getURL('/fg/frame.html'));
document.body.appendChild(this.container);
}