fix preset of taglist value

This commit is contained in:
Klaus Leithoff 2013-10-14 08:37:49 +00:00
parent 6f5207953e
commit ceb20da716

View File

@ -299,6 +299,16 @@ var et2_taglist = et2_selectbox.extend(
label: v
}
}
else
{
if (typeof values[i].id == 'undefined')
{
values[i] = {
id: v,
label: this.options.select_options[v]
}
}
}
}