plugins/zipdownload/zipdownload.js | ●●●●● patch | view | raw | blame | history |
plugins/zipdownload/zipdownload.js
@@ -65,7 +65,13 @@ post._token = rcmail.env.request_token; $.each(post, function(k, v) { inputs.push($('<input>').attr({type: 'hidden', name: k, value: v})); if (typeof v == 'object' && v.length > 1) { for (var j=0; j < v.length; j++) inputs.push($('<input>').attr({type: 'hidden', name: k+'[]', value: v[j]})); } else { inputs.push($('<input>').attr({type: 'hidden', name: k, value: v})); } }); if (!form.length)