forked from 0x2620/pandora
typo
This commit is contained in:
parent
b22b8c97d5
commit
c4eb5f0bbd
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ pandora.ui.entitiesDialog = function(options) {
|
||||||
that.close = function() {
|
that.close = function() {
|
||||||
Ox.Request.clearCache('findEntities');
|
Ox.Request.clearCache('findEntities');
|
||||||
that.superClose();
|
that.superClose();
|
||||||
delete pandora.$ui.documentsDialog;
|
delete pandora.$ui.entitiesDialog;
|
||||||
};
|
};
|
||||||
|
|
||||||
selectEntities();
|
selectEntities();
|
||||||
|
|
Loading…
Reference in a new issue