mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 18:08:02 +02: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
|
label: v
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
else if (
|
else if (this.taglist &&
|
||||||
// Check current selection to avoid going back to server
|
// Check current selection to avoid going back to server
|
||||||
(result = $j.grep(this.taglist.getSelection(), function(e) {
|
(result = $j.grep(this.taglist.getSelection(), function(e) {
|
||||||
return e.id == v;
|
return e.id == v;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user