remove dropbox disabled (#1041)
This commit is contained in:
parent
ee30aa1407
commit
038629517e
|
@ -9,13 +9,6 @@ setupRadioButtons();
|
||||||
enforceInputRange($('#popupWidth'));
|
enforceInputRange($('#popupWidth'));
|
||||||
setTimeout(splitLongTooltips);
|
setTimeout(splitLongTooltips);
|
||||||
|
|
||||||
// https://github.com/openstyles/stylus/issues/822
|
|
||||||
if (!FIREFOX && CHROME >= 76 && CHROME <= 81) {
|
|
||||||
const dropboxOption = $('option[value="dropbox"]');
|
|
||||||
dropboxOption.disabled = true;
|
|
||||||
dropboxOption.setAttribute('title', t('hostDisabled'));
|
|
||||||
}
|
|
||||||
|
|
||||||
if (CHROME_HAS_BORDER_BUG) {
|
if (CHROME_HAS_BORDER_BUG) {
|
||||||
const borderOption = $('.chrome-no-popup-border');
|
const borderOption = $('.chrome-no-popup-border');
|
||||||
if (borderOption) {
|
if (borderOption) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user