From e799aa5e5f7dd526214b8e55de86f525cefec3ee Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 4 Mar 2017 19:53:28 -0800 Subject: cleanup --- ext/fg/js/popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/fg') 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); } -- cgit v1.2.3