More specific name
This commit is contained in:
parent
e8e18abe58
commit
ab44c60522
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
if (location.pathname === '/api/oauth/style/new') {
|
if (location.pathname === '/api/oauth/style/new') {
|
||||||
API.styles.find({_isUswLinked: true}).then(style => {
|
API.styles.find({_isUswLinked: true}).then(style => {
|
||||||
style.sourceCode = style.originalValue;
|
style.sourceCode = style.tmpSourceCode;
|
||||||
sendPostMessage({type: 'usw-fill-new-style', data: style});
|
sendPostMessage({type: 'usw-fill-new-style', data: style});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user