From e7a6e86b6c5204a4a37da94822539e465ecd34ba Mon Sep 17 00:00:00 2001 From: tophf Date: Mon, 5 Oct 2020 13:05:35 +0300 Subject: [PATCH] fixup for c416fa7c: remove the leftovers --- manage/manage.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/manage/manage.js b/manage/manage.js index 956fe526..ec13839b 100644 --- a/manage/manage.js +++ b/manage/manage.js @@ -58,11 +58,6 @@ Promise.all([ if (!VIVALDI) { $$('#header select').forEach(el => el.adjustWidth()); } - if (FIREFOX && 'update' in (chrome.commands || {})) { - const btn = $('#manage-shortcuts-button'); - btn.classList.remove('chromium-only'); - btn.onclick = API.optionsCustomizeHotkeys; - } }), ]).then(args => { showStyles(...args);