зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1108998 add label to share provider buttons, r=Gijs
This commit is contained in:
Родитель
e46d66e27c
Коммит
3d4b310ad1
|
@ -552,6 +552,7 @@ SocialShare = {
|
||||||
button.setAttribute("image", provider.iconURL);
|
button.setAttribute("image", provider.iconURL);
|
||||||
button.setAttribute("tooltip", "share-button-tooltip");
|
button.setAttribute("tooltip", "share-button-tooltip");
|
||||||
button.setAttribute("origin", provider.origin);
|
button.setAttribute("origin", provider.origin);
|
||||||
|
button.setAttribute("label", provider.name);
|
||||||
button.setAttribute("oncommand", "SocialShare.sharePage(this.getAttribute('origin'));");
|
button.setAttribute("oncommand", "SocialShare.sharePage(this.getAttribute('origin'));");
|
||||||
if (provider == selectedProvider) {
|
if (provider == selectedProvider) {
|
||||||
this.defaultButton = button;
|
this.defaultButton = button;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче