зеркало из https://github.com/mozilla/pjs.git
Bug 684276 - Wrap labels in Android tablet menu. r=mbrubeck
This commit is contained in:
Родитель
82d7b8d028
Коммит
ee53160e67
|
@ -50,7 +50,7 @@ var AppMenu = {
|
|||
item.onclick = function() { child.click(); }
|
||||
|
||||
let label = document.createElement("label");
|
||||
label.setAttribute("value", child.label);
|
||||
label.textContent = child.label;
|
||||
item.appendChild(label);
|
||||
|
||||
if (item.classList.contains("appmenu-pageaction"))
|
||||
|
|
Загрузка…
Ссылка в новой задаче