Skip to content

Commit 72bdb88

Browse files
committed
Fix PM issue clearing textbox
Update to v1.9.2
1 parent 3c11a0f commit 72bdb88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MVCForum.Website/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
//
2929
// You can specify all the values or you can default the Revision and Build Numbers
3030
// by using the '*' as shown below:
31-
[assembly: AssemblyVersion("1.9.1.0")]
31+
[assembly: AssemblyVersion("1.9.2.0")]
3232
[assembly: AssemblyFileVersion("1.0.0.0")]

MVCForum.Website/Scripts/privatemessage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ var AjaxPrivateMessageSuccess = function () {
197197
postHolder.attr("id", "imtonystark");
198198

199199
// And more finally clear the post box
200-
$(".createpm").val("");
200+
$(".rte").val("");
201201
if ($(".bbeditorholder textarea").length > 0) {
202202
$(".bbeditorholder textarea").data("sceditor").val("");
203203
}

0 commit comments

Comments
 (0)