Bug 1235294 - Always enable text encoding menu. r=mkmelin

This commit is contained in:
Jorg K 2016-01-28 01:41:00 +01:00
Родитель 4eacca68c0
Коммит acb5171db9
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -265,13 +265,6 @@ function view_init()
viewAttachmentInlineMenu.setAttribute("checked", viewAttachmentInline);
document.commandDispatcher.updateCommands('create-menu-view');
// Disable the charset item if there's nothing to enable
document.getElementById("charsetMenu")
.setAttribute("disabled", !msgWindow.mailCharacterSet);
let appmenuCharset = document.getElementById("appmenu_charsetMenu");
if (appmenuCharset)
appmenuCharset.setAttribute("disabled", !msgWindow.mailCharacterSet);
}
function InitViewLayoutStyleMenu(event)