Bug 423770 - "sometimes need to click "Restore default set" twice to actually have the default set restored" [p=dao@mozilla.com (D��o Gottwald) r=gavin a1.9b5=beltzner]

This commit is contained in:
reed%reedloden.com 2008-03-22 04:26:35 +00:00
Родитель f744ee2ce1
Коммит 2cb2a1c865
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -223,8 +223,6 @@
newItem.id = "spacer" + uniqueId;
newItem.className = "chromeclass-toolbar-additional";
} else if (this.parentNode.localName == "toolbox") {
if (document.getElementById(aId))
return false;
// Attempt to locate an item with a matching id within palette.
var paletteItem = this.parentNode.palette.firstChild;
while (paletteItem) {