Bug 344459: Deleting name for bookmark then selecting a microsummary doesn't enable OK button in bookmarks dialog, patch by Phil Ringnalda <philringnalda@gmail.com>, r=mconnor

This commit is contained in:
gavin%gavinsharp.com 2006-07-19 14:29:18 +00:00
Родитель 2c192a9d10
Коммит b108f6dec7
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -108,7 +108,6 @@ function Startup()
initServices();
initBMService();
gName = document.getElementById("name");
gRequiredFields.push(gName);
gKeywordRow = document.getElementById("keywordRow");
gKeyword = document.getElementById("keyword");
gExpander = document.getElementById("expander");