Fix: don't mix url and updateUrl

This commit is contained in:
eight 2017-09-05 18:38:38 +08:00
parent 6e52d48c6c
commit 3f06ce8152

View File

@ -19,7 +19,6 @@ function install(style) {
const request = Object.assign(style, { const request = Object.assign(style, {
method: 'saveUsercss', method: 'saveUsercss',
reason: 'install', reason: 'install',
url: location.href,
updateUrl: location.href updateUrl: location.href
}); });
return communicate(request) return communicate(request)