Remove TODO
This commit is contained in:
parent
64d20c99de
commit
f103306ecf
|
@ -9,7 +9,6 @@ setupRadioButtons();
|
||||||
enforceInputRange($('#popupWidth'));
|
enforceInputRange($('#popupWidth'));
|
||||||
setTimeout(splitLongTooltips);
|
setTimeout(splitLongTooltips);
|
||||||
|
|
||||||
// TODO: add max version to re-enable once crbug.com/996859 is resolved
|
|
||||||
if (!FIREFOX && CHROME >= 3809 && CHROME < 4044) {
|
if (!FIREFOX && CHROME >= 3809 && CHROME < 4044) {
|
||||||
const dropboxOption = $('option[value="dropbox"]');
|
const dropboxOption = $('option[value="dropbox"]');
|
||||||
dropboxOption.disabled = true;
|
dropboxOption.disabled = true;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user