From 0bc7cfdd30705546a3faa73cae581393975f4c4b Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 24 Mar 2013 15:09:43 +0530 Subject: [PATCH] cosmetic changes --- static/js/pandora/usersDialog.js | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/static/js/pandora/usersDialog.js b/static/js/pandora/usersDialog.js index 4e52a4948..c84f2a3d5 100644 --- a/static/js/pandora/usersDialog.js +++ b/static/js/pandora/usersDialog.js @@ -72,9 +72,7 @@ pandora.ui.usersDialog = function() { .bindEvent({ change: function(data) { $findInput.value() && updateList(); - $findInput.options({ - placeholder: data.title - }); + $findInput.options({placeholder: data.title}); } }), @@ -424,7 +422,7 @@ pandora.ui.usersDialog = function() { change: selectForm }), - $form = Ox.Element({}), + $form = Ox.Element(), $editForm, @@ -958,9 +956,7 @@ pandora.ui.usersDialog = function() { ), operator: key == 'all' && value ? '|' : '&' }; - $list.options({ - query: query - }); + $list.options({query: query}); } return that;