Bug 1318852 - hotfix comment. rs=documentation-only
This commit is contained in:
Родитель
66b11bb175
Коммит
e3e8371363
|
@ -415,6 +415,10 @@ var ResultsPaneController =
|
|||
}
|
||||
return (enabled && (numSelected > 0));
|
||||
case "cmd_properties":
|
||||
// Temporary fix for SeaMonkey (see bug 1318852).
|
||||
// goSetLabelAccesskeyTooltiptext() is only defined in mail/.
|
||||
// This will be removed in due course and therefore the
|
||||
// block wasn't indented.
|
||||
if (typeof goSetLabelAccesskeyTooltiptext == "function") {
|
||||
let labelAttr = "valueGeneric";
|
||||
let accKeyAttr = "valueGenericAccessKey";
|
||||
|
|
Загрузка…
Ссылка в новой задаче