Commit a518eca7 authored by Van's avatar Van
Browse files

:construction: #12256

parent 844564ab
Showing with 2 additions and 2 deletions
+2 -2
......@@ -194,8 +194,8 @@ admin.categoryList = {
$("#categoryNameUpdate").val(result.categoryTitle).data("oId", id);
$("#categoryURIUpdate").val(result.categoryURI);
$("#categoryDescUpdate").val(result.categoryDesc);
$("#categoryTagsUpdate").val(result.categoryTags);
$("#categoryDescUpdate").val(result.categoryDescription);
$("#categoryTagsUpdate").val(result.categoryTags.join(','));
$("#loadMsg").text("");
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment