Skip to content

Commit 2c8e3db

Browse files
authored
Update script.js
1 parent 2b6247f commit 2c8e3db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Expand-Button/script.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ $(".send-btn").click(function () {
2121
$(".msg-close").click(function (e) {
2222
$(".send-clicked").removeClass("send-clicked");
2323
e.stopPropagation();
24-
});
24+
});
25+

0 commit comments

Comments
 (0)