update find element, fixes #590

This commit is contained in:
j 2012-06-11 10:50:03 +02:00
parent c7ad68cab9
commit 1570ae038a
2 changed files with 4 additions and 2 deletions

View file

@ -114,7 +114,8 @@ pandora.ui.namesDialog = function() {
operator: '=' operator: '='
}], }],
operator: '&' operator: '&'
}) });
pandora.$ui.findElement.updateElement();
} }
}), }),

View file

@ -103,7 +103,8 @@ pandora.ui.titlesDialog = function() {
operator: '=' operator: '='
}], }],
operator: '&' operator: '&'
}) });
pandora.$ui.findElement.updateElement();
} }
}), }),