Skip to content

Commit

Permalink
Drop saveStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
eight04 committed Oct 7, 2018
1 parent 02f471f commit 0489fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions popup/search-results.js
Expand Up @@ -556,8 +556,8 @@ window.addEventListener('showStyles:done', function _() {
// show a 'config-on-homepage' icon in the popup
style.updateUrl += settings.length ? '?' : '';
// show a 'style installed' tooltip in the manager
style.reason = 'install';
return API.saveStyle(style);
// style.reason = 'install';
return API.installStyle(style);
})
.catch(reason => {
const usoId = result.id;
Expand Down

0 comments on commit 0489fb3

Please sign in to comment.