From 3f06ce8152f0d75cd9d5b974674838b950f5bcc5 Mon Sep 17 00:00:00 2001 From: eight Date: Tue, 5 Sep 2017 18:38:38 +0800 Subject: [PATCH] Fix: don't mix url and updateUrl --- content/install-user-css.js | 1 - 1 file changed, 1 deletion(-) diff --git a/content/install-user-css.js b/content/install-user-css.js index e5ca4b5b..ccabada9 100644 --- a/content/install-user-css.js +++ b/content/install-user-css.js @@ -19,7 +19,6 @@ function install(style) { const request = Object.assign(style, { method: 'saveUsercss', reason: 'install', - url: location.href, updateUrl: location.href }); return communicate(request)