Bug 554558 follow-up: custom folder pane mode displays as '[object Object]' on startup, r=asuth
This commit is contained in:
Родитель
a1f9c5ea7d
Коммит
f8f1717dd7
|
@ -164,7 +164,7 @@ let gFolderTreeView = {
|
|||
if (document.getElementById('folderpane-title')) {
|
||||
let string;
|
||||
if (this.mode in this._modeDisplayNames)
|
||||
string = this._modeDisplayNames;
|
||||
string = this._modeDisplayNames[this.mode];
|
||||
else {
|
||||
let key = "folderPaneModeHeader_" + this.mode;
|
||||
string = document.getElementById("bundle_messenger").getString(key);
|
||||
|
|
Загрузка…
Ссылка в новой задаче