зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1036646 fix double command handling for socialmarks button, r=Gijs
This commit is contained in:
Родитель
8e6a08caca
Коммит
6e997d56da
|
@ -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]);
|
||||
|
|
Загрузка…
Ссылка в новой задаче