sub comments ok
This commit is contained in:
parent
9556726bce
commit
f010ae876f
2 changed files with 1 additions and 23 deletions
|
|
@ -1,22 +0,0 @@
|
||||||
{
|
|
||||||
"dotnet": {
|
|
||||||
"enabled": false
|
|
||||||
},
|
|
||||||
"msbuild": {
|
|
||||||
"enabled": true
|
|
||||||
},
|
|
||||||
"Dnx": {
|
|
||||||
"enabled": false
|
|
||||||
},
|
|
||||||
"Script": {
|
|
||||||
"enabled": false
|
|
||||||
},
|
|
||||||
"fileOptions": {
|
|
||||||
"systemExcludeSearchPatterns": [
|
|
||||||
"**/bin/**/*",
|
|
||||||
"**/obj/**/*",
|
|
||||||
"**/node_modules/**/*"
|
|
||||||
],
|
|
||||||
"userExcludeSearchPatterns": []
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -136,7 +136,7 @@ $.widget("psc.blogcomment", {
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
_this.cmtInput.val('');
|
_this.cmtInput.val('');
|
||||||
$('span.field-validation-valid[data-valmsg-for="Content"]').empty();
|
$('span.field-validation-valid[data-valmsg-for="Content"]').empty();
|
||||||
$('<div data-type="blogcomment" data-id="' + data.id + '" data-allow-edit="True" data-date="' + data.dateCreated + '" data-username="' + _this.options.authorName + '">' + data.content + '</div>')
|
$('<div data-type="blogcomment" data-receiver-id="'+ postId +'" data-id="' + data.id + '" data-allow-edit="True" data-date="' + data.dateCreated + '" data-username="' + _this.options.authorName + '">' + comment + '</div>')
|
||||||
.blogcomment().appendTo(_this.subCmts);
|
.blogcomment().appendTo(_this.subCmts);
|
||||||
},
|
},
|
||||||
url: _this.options.apictrlr
|
url: _this.options.apictrlr
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue