Make sure taglist is exist, fix taglists on mail reply do not work

This commit is contained in:
Hadi Nategh 2016-03-15 09:10:15 +00:00
parent 80d716a8af
commit f1e509cf2c

View File

@ -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;