forked from 0x2620/pandora
call 'selectEntities' on entity type switch
This commit is contained in:
parent
a351ddfe0f
commit
afefe3de0b
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ pandora.ui.entitiesDialog = function(options) {
|
||||||
type = data.value;
|
type = data.value;
|
||||||
pandora.UI.set({entitiesType: type});
|
pandora.UI.set({entitiesType: type});
|
||||||
$list.reloadList();
|
$list.reloadList();
|
||||||
|
selectEntities();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.css({
|
.css({
|
||||||
|
|
Loading…
Reference in a new issue