From 4b880b87bce94c1268401e53b6d7971249311d62 Mon Sep 17 00:00:00 2001 From: kumavis Date: Tue, 13 Sep 2016 15:27:58 -0700 Subject: mascara - run background in iframe --- library/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/index.js') diff --git a/library/index.js b/library/index.js index ded588967..ab341f1f8 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('http://localhost:9001/popup/popup.html', '', 'width=1000') + window.open('http://127.0.0.1:9001/popup/popup.html', '', 'width=1000') console.log('opening window...') }) -- cgit