fixup for c416fa7c: remove the leftovers

This commit is contained in:
tophf 2020-10-05 13:05:35 +03:00
parent c416fa7ca0
commit e7a6e86b6c

View File

@ -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);