mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
fixed category
This commit is contained in:
parent
1069b70a47
commit
3669906018
@ -100,7 +100,7 @@ function selectedValue() {
|
||||
} else {
|
||||
$('.category-row').append(CategoryField('cat' + level, level));
|
||||
$.each(callback, function (index, value) {
|
||||
$('.cat' + level).append("<option value='" + value.id + "'" + selected + ">" + value.name + "</option>");
|
||||
$('.cat' + level).append("<option value='" + value.id + "'>" + value.name + "</option>");
|
||||
});
|
||||
}
|
||||
selectedValue().unbind()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user