diff options
| author | Magnus Hagander | 2014-07-15 18:56:34 +0000 |
|---|---|---|
| committer | Magnus Hagander | 2014-07-15 18:56:34 +0000 |
| commit | 9d0ac596472e9044042a0ece3e9451c54b85c4a2 (patch) | |
| tree | 6f8b54af7918997308c8f5e6e704a665d91870fa /pgcommitfest/commitfest/static | |
| parent | b06376aff1fe8fec6f8af84f3f39f0e872b0c135 (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.js | 1 |
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(); |
