Bug 986769 - remove character encoding view's call to addShortcut entirely, r=jaws

--HG--
extra : rebase_source : 22ac8e78d2574cbb0e2d85f747b5f71bd940ddd9
This commit is contained in:
Gijs Kruitbosch 2014-03-22 20:51:26 +00:00
parent ec66961c2c
commit cdef2ae6e4

View File

@ -770,7 +770,6 @@ const CustomizableWidgets = [{
elem.section = aSection;
elem.value = item.value;
elem.setAttribute("class", "subviewbutton");
addShortcut(item, aDocument, elem);
containerElem.appendChild(elem);
}
},