forked from 0x2620/pandora
typo
This commit is contained in:
parent
8779bc9daa
commit
5c1886db42
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ pandora.ui.entitiesDialog = function(options) {
|
|||
pandora.api.getEntity({
|
||||
id: id
|
||||
}, function(result) {
|
||||
if (id != ui.entitiesSelection['type'][0]) {
|
||||
if (id != ui.entitiesSelection[type][0]) {
|
||||
return;
|
||||
}
|
||||
var keys = Ox.getObjectById(pandora.site.entities, type).keys;
|
||||
|
|
Loading…
Reference in a new issue