summaryrefslogtreecommitdiff
path: root/pgcommitfest/commitfest/static
diff options
context:
space:
mode:
authorMagnus Hagander2014-07-15 18:56:34 +0000
committerMagnus Hagander2014-07-15 18:56:34 +0000
commit9d0ac596472e9044042a0ece3e9451c54b85c4a2 (patch)
tree6f8b54af7918997308c8f5e6e704a665d91870fa /pgcommitfest/commitfest/static
parentb06376aff1fe8fec6f8af84f3f39f0e872b0c135 (diff)
Don't require attachments to attach a mail thread to an existing patch
We still require attachments to create a new patch, but it should be possible to attach a pure discussion thread to an existing patch.
Diffstat (limited to 'pgcommitfest/commitfest/static')
-rw-r--r--pgcommitfest/commitfest/static/commitfest/js/commitfest.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/pgcommitfest/commitfest/static/commitfest/js/commitfest.js b/pgcommitfest/commitfest/static/commitfest/js/commitfest.js
index 0ca6316..972dd67 100644
--- a/pgcommitfest/commitfest/static/commitfest/js/commitfest.js
+++ b/pgcommitfest/commitfest/static/commitfest/js/commitfest.js
@@ -10,6 +10,7 @@ function findLatestThreads() {
$('#attachThreadSearchButton').addClass('disabled');
$.get('/ajax/getThreads/', {
's': $('#attachThreadSearchField').val(),
+ 'a': $('#attachThreadAttachOnly').val(),
}).success(function(data) {
sel = $('#attachThreadList');
sel.find('option').remove();