diff --git a/phpgwapi/js/jsapi/jsapi.js b/phpgwapi/js/jsapi/jsapi.js index 3e8c73538c..2625e98571 100644 --- a/phpgwapi/js/jsapi/jsapi.js +++ b/phpgwapi/js/jsapi/jsapi.js @@ -821,7 +821,7 @@ function addOption(id,label,value,do_onchange) * Install click handlers for popup and multiple triggers of uiaccountselection */ $j(function(){ - $j(document).on('click', 'input.uiaccountselection_trigger',function(){ + $j(document).on('click', '.uiaccountselection_trigger',function(){ var selectBox = document.getElementById(this.id.replace(/(_multiple|_popup)$/, '')); if (selectBox) {