mirror of
https://github.com/mashirozx/sakura.git
synced 2024-11-22 14:58:14 +08:00
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
Block a user