Development

#2824: double_list.js.patch

You must first sign up to be able to contribute.

Ticket #2824: double_list.js.patch

File double_list.js.patch, 419 bytes (added by jerome, 1 year ago)
  • double_list.js

    old new  
    1919    var form_name = 'sf_admin_edit_form'; 
    2020  } 
    2121 
    22   var form = $(form_name); 
     22  var form = document.getElementById(form_name); 
    2323  var element; 
    2424 
    2525  // find multiple selects with name beginning 'associated_' and select all their options