From 1570ae038a41bccb5c5d7dd01db531385fe319ab Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 11 Jun 2012 10:50:03 +0200 Subject: [PATCH] update find element, fixes #590 --- static/js/pandora/namesDialog.js | 3 ++- static/js/pandora/titlesDialog.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/static/js/pandora/namesDialog.js b/static/js/pandora/namesDialog.js index a6066fed2..c7fb80ba8 100644 --- a/static/js/pandora/namesDialog.js +++ b/static/js/pandora/namesDialog.js @@ -114,7 +114,8 @@ pandora.ui.namesDialog = function() { operator: '=' }], operator: '&' - }) + }); + pandora.$ui.findElement.updateElement(); } }), diff --git a/static/js/pandora/titlesDialog.js b/static/js/pandora/titlesDialog.js index b09ee51f0..b0c71148a 100644 --- a/static/js/pandora/titlesDialog.js +++ b/static/js/pandora/titlesDialog.js @@ -103,7 +103,8 @@ pandora.ui.titlesDialog = function() { operator: '=' }], operator: '&' - }) + }); + pandora.$ui.findElement.updateElement(); } }),