Bug 1368194 - add tooltiptext to 'send to device' items in the page action menu, r=adw

MozReview-Commit-ID: JZDgR0d4puz
This commit is contained in:
Gijs Kruitbosch
2017-06-08 12:51:06 +01:00
parent 306af8cc4c
commit 2c8f60b5f8

View File

@@ -7864,6 +7864,7 @@ var gPageActionButton = {
if (clientId) {
item.classList.add("subviewbutton-iconic");
}
item.setAttribute("tooltiptext", name);
return item;
});