fix typo to force filters as query parameters

This commit is contained in:
Lukas Kahwe Smith 2017-04-28 15:58:38 +02:00
parent e2c3d7ce94
commit 33307d750e
No known key found for this signature in database
GPG Key ID: D859E62434DF44F7

View File

@ -530,7 +530,7 @@
// retrieve all the filters to send // retrieve all the filters to send
$('.parameters .tuple .filter', $(this)).each(function() { $('.parameters .tuple.filter', $(this)).each(function() {
var key, value; var key, value;
key = $('.key', $(this)).val(); key = $('.key', $(this)).val();