Bug 831348 messenger.xul: ReferenceError: gDisallow_classes_no_html is not defined r=Mnyromyr sr=Mnyromyr.

This commit is contained in:
Philip Chee 2013-01-17 13:41:52 +08:00
Родитель 9245bf5f94
Коммит 056ee06f08
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1259,13 +1259,13 @@
name="viewFeedBodyHTMLGroup"
label="&bodySanitized.label;"
accesskey="&bodySanitized.accesskey;"
oncommand="MsgFeedBodyRenderPrefs(false, 3, gDisallow_classes_no_html)"/>
oncommand="MsgFeedBodyRenderPrefs(false, 3, disallow_classes_no_html)"/>
<menuitem id="bodyFeedSummaryAsPlaintext"
type="radio"
name="viewFeedBodyHTMLGroup"
label="&bodyAsPlaintext.label;"
accesskey="&bodyAsPlaintext.accesskey;"
oncommand="MsgFeedBodyRenderPrefs(true, 1, gDisallow_classes_no_html)"/>
oncommand="MsgFeedBodyRenderPrefs(true, 1, disallow_classes_no_html)"/>
<menuseparator id="viewFeedSummarySeparator"/>
<menuitem id="bodyFeedGlobalWebPage"
type="radio"