Skip to content

Commit d17a0a8

Browse files
committed
Initialize subject
Fixes #68
1 parent dccbc9c commit d17a0a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

media/commitfest/js/commitfest.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ function browseThreads(attachfunc, closefunc) {
5757

5858
$("#doAttachThreadButton").unbind("click");
5959
$("#doAttachThreadButton").click(() => {
60+
let subject = "";
6061
msgid = $("#attachThreadMessageId").val();
6162
if (!msgid || msgid === "") {
6263
msgid = $("#attachThreadList").val();

0 commit comments

Comments
 (0)