From d84c4dc3fe29a87d0c49a109762d8dd5b3e39aa8 Mon Sep 17 00:00:00 2001 From: eight Date: Sun, 14 Oct 2018 19:13:29 +0800 Subject: [PATCH] Fix: remove unused comment --- popup/search-results.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/popup/search-results.js b/popup/search-results.js index 962d0baa..59bfe113 100755 --- a/popup/search-results.js +++ b/popup/search-results.js @@ -557,8 +557,6 @@ window.addEventListener('showStyles:done', function _() { pingback(result); // 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.installStyle(style); }) .catch(reason => {