From 7bf958c5aa0dc33c02456e23655814039e83b96d Mon Sep 17 00:00:00 2001 From: tophf Date: Sun, 9 Jul 2017 13:13:47 +0300 Subject: [PATCH] fixup! --- background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background.js b/background.js index 72321dfd..cc559f8a 100644 --- a/background.js +++ b/background.js @@ -61,7 +61,7 @@ updateIcon({id: undefined}, {}); // Do not display it in development mode. if (reason == 'install' && manifest.update_url) { setTimeout(openURL, 100, { - url: 'http://add0n.com/stylus.html&type=install' + url: 'http://add0n.com/stylus.html?type=install' }); } // reset L10N cache on UI language change or update