Fix: don't mix url and updateUrl
This commit is contained in:
parent
6e52d48c6c
commit
3f06ce8152
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user