Bug 1036646 fix double command handling for socialmarks button, r=Gijs

This commit is contained in:
Shane Caraveo 2014-07-09 16:40:26 -07:00
Родитель 8e6a08caca
Коммит 6e997d56da
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -309,7 +309,6 @@ function CreateSocialMarkWidget(aId, aProvider) {
node.setAttribute('type', "socialmark");
node.style.listStyleImage = "url(" + (aProvider.unmarkedIcon || aProvider.icon32URL || aProvider.iconURL) + ")";
node.setAttribute("origin", aProvider.origin);
node.setAttribute("oncommand", "this.markCurrentPage();");
let window = aDocument.defaultView;
let menuLabel = window.gNavigatorBundle.getFormattedString("social.markpageMenu.label", [aProvider.name]);