Fix: remove unused comment

This commit is contained in:
eight 2018-10-14 19:13:29 +08:00
parent 46027120ec
commit d84c4dc3fe

View File

@ -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 => {