46274: Forgot to remove the structs pref from the |_elementIDs| list. Tnx to jrgm for the hint. r=ducarroz, a=waterson

This commit is contained in:
mozilla.BenB%bucksch.org 2000-07-25 17:40:05 +00:00
Родитель b20612e650
Коммит e87dee806b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -16,7 +16,7 @@
<script language="JavaScript">
<![CDATA[
var _elementIDs = ["forwardMessageMode", "autoQuote", "replyOnTop", "spellCheckBeforeSend", "sendStruct", "strictlyMime", "wrapLength", "sendDefaultCharsetList", "addressingAutocomplete"];
var _elementIDs = ["forwardMessageMode", "autoQuote", "replyOnTop", "spellCheckBeforeSend", "strictlyMime", "wrapLength", "sendDefaultCharsetList", "addressingAutocomplete"];
function Startup()
{