update
This commit is contained in:
@@ -21,7 +21,8 @@ $("#newdiscussions").click(function () {
|
||||
url: "/newdiscussions",
|
||||
data: JSON.stringify({
|
||||
title: title,
|
||||
content: content
|
||||
content: content,
|
||||
tag: Array.isArray(tag) ? tag.join(",") : tag
|
||||
}),
|
||||
contentType: 'application/json',
|
||||
beforeSend: function (request) {
|
||||
|
||||
Reference in New Issue
Block a user