update find element, fixes #590
This commit is contained in:
parent
c7ad68cab9
commit
1570ae038a
2 changed files with 4 additions and 2 deletions
|
@ -114,7 +114,8 @@ pandora.ui.namesDialog = function() {
|
||||||
operator: '='
|
operator: '='
|
||||||
}],
|
}],
|
||||||
operator: '&'
|
operator: '&'
|
||||||
})
|
});
|
||||||
|
pandora.$ui.findElement.updateElement();
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
|
|
||||||
|
|
|
@ -103,7 +103,8 @@ pandora.ui.titlesDialog = function() {
|
||||||
operator: '='
|
operator: '='
|
||||||
}],
|
}],
|
||||||
operator: '&'
|
operator: '&'
|
||||||
})
|
});
|
||||||
|
pandora.$ui.findElement.updateElement();
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue