fix #151
This commit is contained in:
parent
116d039743
commit
c1f315e50c
|
@ -621,7 +621,7 @@ $(document).on("click", ".sm", function () {
|
|||
if (confirm(msg) == true) {
|
||||
$(this).commentPrivate();
|
||||
} else {
|
||||
aler("已取消");
|
||||
alert("已取消");
|
||||
}
|
||||
});
|
||||
$.fn.commentPrivate = function () {
|
||||
|
|
Loading…
Reference in New Issue