forked from 0x2620/pandora
typo in listDialog
This commit is contained in:
parent
b1a4924063
commit
683e4b2780
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ pandora.ui.listGeneralPanel = function(listData) {
|
||||||
Ox.Request.clearCache('find' + folderItems);
|
Ox.Request.clearCache('find' + folderItems);
|
||||||
pandora.$ui.info.updateListInfo();
|
pandora.$ui.info.updateListInfo();
|
||||||
pandora.$ui.listDialog.options({
|
pandora.$ui.listDialog.options({
|
||||||
title: folderItme + ' — ' + Ox.encodeHTMLEntities(listData.name)
|
title: folderItem + ' — ' + Ox.encodeHTMLEntities(listData.name)
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue