Fix: remove unused comment
This commit is contained in:
parent
46027120ec
commit
d84c4dc3fe
|
@ -557,8 +557,6 @@ window.addEventListener('showStyles:done', function _() {
|
||||||
pingback(result);
|
pingback(result);
|
||||||
// show a 'config-on-homepage' icon in the popup
|
// show a 'config-on-homepage' icon in the popup
|
||||||
style.updateUrl += settings.length ? '?' : '';
|
style.updateUrl += settings.length ? '?' : '';
|
||||||
// show a 'style installed' tooltip in the manager
|
|
||||||
// style.reason = 'install';
|
|
||||||
return API.installStyle(style);
|
return API.installStyle(style);
|
||||||
})
|
})
|
||||||
.catch(reason => {
|
.catch(reason => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user