Skip to content

Commit c8f253b

Browse files
author
wangjie
committed
showTip
1 parent 2cc7e6e commit c8f253b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/myscript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ $("body").on("click", ".btn-group-right button", function () {
175175
}
176176
}
177177
else {
178-
console.log("nodeValue is undefined");
178+
showTip(4, "nodeValue is undefined");
179179
}
180180
});
181181

0 commit comments

Comments
 (0)