mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 11:51:43 +02:00
fixed not working multiple account trigger after changing html::submit_button() from <input type="submit" to <button
This commit is contained in:
parent
ae3a6bfe0c
commit
ea9e2569bc
@ -821,7 +821,7 @@ function addOption(id,label,value,do_onchange)
|
|||||||
* Install click handlers for popup and multiple triggers of uiaccountselection
|
* Install click handlers for popup and multiple triggers of uiaccountselection
|
||||||
*/
|
*/
|
||||||
$j(function(){
|
$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)$/, ''));
|
var selectBox = document.getElementById(this.id.replace(/(_multiple|_popup)$/, ''));
|
||||||
if (selectBox)
|
if (selectBox)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user