aboutsummaryrefslogtreecommitdiffstats
path: root/library/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'library/index.js')
-rw-r--r--library/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/index.js b/library/index.js
index 6e43181c9..ded588967 100644
--- a/library/index.js
+++ b/library/index.js
@@ -27,7 +27,7 @@ var shouldPop = false
window.addEventListener('click', function(){
if (!shouldPop) return
shouldPop = false
- window.open('popup.html', '', 'width=1000')
+ window.open('http://localhost:9001/popup/popup.html', '', 'width=1000')
console.log('opening window...')
})