Remove TODO

This commit is contained in:
narcolepticinsomniac 2020-04-27 16:21:45 -04:00 committed by GitHub
parent 64d20c99de
commit f103306ecf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,6 @@ setupRadioButtons();
enforceInputRange($('#popupWidth'));
setTimeout(splitLongTooltips);
// TODO: add max version to re-enable once crbug.com/996859 is resolved
if (!FIREFOX && CHROME >= 3809 && CHROME < 4044) {
const dropboxOption = $('option[value="dropbox"]');
dropboxOption.disabled = true;