mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 18:31:26 +01:00
Make sure taglist is exist, fix taglists on mail reply do not work
This commit is contained in:
parent
80d716a8af
commit
f1e509cf2c
@ -715,7 +715,7 @@ var et2_taglist = (function(){ "use strict"; return et2_selectbox.extend([et2_IR
|
||||
label: v
|
||||
};
|
||||
}
|
||||
else if (
|
||||
else if (this.taglist &&
|
||||
// Check current selection to avoid going back to server
|
||||
(result = $j.grep(this.taglist.getSelection(), function(e) {
|
||||
return e.id == v;
|
||||
|
Loading…
Reference in New Issue
Block a user