mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 04:53:13 +01:00
fix set_value to work after inital load, eg. on a button press
This commit is contained in:
parent
27149b237f
commit
99b6fe41e7
@ -280,6 +280,7 @@ var et2_taglist = et2_selectbox.extend(
|
||||
options.push({id: v, label: v.replace(/&/g, '&').replace(/</g, '≶')});
|
||||
}
|
||||
this.options.select_options = options;
|
||||
if (this.taglist) this.taglist.setData(options);
|
||||
}
|
||||
if(this.taglist == null) return;
|
||||
this.taglist.clear(true);
|
||||
|
Loading…
Reference in New Issue
Block a user