From c7ca9b080150317aeaa7f1e0c7a5b251e0e44147 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Tue, 17 Dec 2024 00:20:14 +0000 Subject: [PATCH] sub comments ok --- omnisharp.json | 22 ---------------------- src/Yavsc/wwwroot/js/comment.js | 2 +- 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 omnisharp.json diff --git a/omnisharp.json b/omnisharp.json deleted file mode 100644 index 5df81efa..00000000 --- a/omnisharp.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "dotnet": { - "enabled": false - }, - "msbuild": { - "enabled": true - }, - "Dnx": { - "enabled": false - }, - "Script": { - "enabled": false - }, - "fileOptions": { - "systemExcludeSearchPatterns": [ - "**/bin/**/*", - "**/obj/**/*", - "**/node_modules/**/*" - ], - "userExcludeSearchPatterns": [] - } -} diff --git a/src/Yavsc/wwwroot/js/comment.js b/src/Yavsc/wwwroot/js/comment.js index a302ff44..0303fac3 100644 --- a/src/Yavsc/wwwroot/js/comment.js +++ b/src/Yavsc/wwwroot/js/comment.js @@ -136,7 +136,7 @@ $.widget("psc.blogcomment", { success: function(data) { _this.cmtInput.val(''); $('span.field-validation-valid[data-valmsg-for="Content"]').empty(); - $('
' + data.content + '
') + $('
' + comment + '
') .blogcomment().appendTo(_this.subCmts); }, url: _this.options.apictrlr