We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dccbc9c commit d17a0a8Copy full SHA for d17a0a8
media/commitfest/js/commitfest.js
@@ -57,6 +57,7 @@ function browseThreads(attachfunc, closefunc) {
57
58
$("#doAttachThreadButton").unbind("click");
59
$("#doAttachThreadButton").click(() => {
60
+ let subject = "";
61
msgid = $("#attachThreadMessageId").val();
62
if (!msgid || msgid === "") {
63
msgid = $("#attachThreadList").val();
0 commit comments