mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Add jQuery onchange handler for tz_selection selectbox in idots
This commit is contained in:
parent
78e701ed85
commit
b9038925a8
@ -107,5 +107,6 @@ egw_LAB.wait(function() {
|
||||
jQuery('#thesideboxcolumn').resizable({handles: 'e', minWidth: 200, stop: function(event, ui){
|
||||
egw.set_preference(egw_appName, 'idotssideboxwidth', ui.size.width);
|
||||
}});
|
||||
jQuery('form[name^="tz_selection"]').children().on('change', function(){this.form.submit();});
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user