We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c11a0f commit 72bdb88Copy full SHA for 72bdb88
MVCForum.Website/Properties/AssemblyInfo.cs
@@ -28,5 +28,5 @@
28
//
29
// You can specify all the values or you can default the Revision and Build Numbers
30
// by using the '*' as shown below:
31
-[assembly: AssemblyVersion("1.9.1.0")]
+[assembly: AssemblyVersion("1.9.2.0")]
32
[assembly: AssemblyFileVersion("1.0.0.0")]
MVCForum.Website/Scripts/privatemessage.js
@@ -197,7 +197,7 @@ var AjaxPrivateMessageSuccess = function () {
197
postHolder.attr("id", "imtonystark");
198
199
// And more finally clear the post box
200
- $(".createpm").val("");
+ $(".rte").val("");
201
if ($(".bbeditorholder textarea").length > 0) {
202
$(".bbeditorholder textarea").data("sceditor").val("");
203
}
0 commit comments