Skip to content

Commit

Permalink
showTip
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjie committed Jun 28, 2023
1 parent 2cc7e6e commit c8f253b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/myscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ $("body").on("click", ".btn-group-right button", function () {
}
}
else {
console.log("nodeValue is undefined");
showTip(4, "nodeValue is undefined");
}
});

Expand Down

0 comments on commit c8f253b

Please sign in to comment.