fixes drag'n drop bug in results on safari [fixes SCI-1370]

This commit is contained in:
zmagod 2017-06-14 09:45:49 +02:00
parent aa749cfd23
commit 6dd85d6c39

View file

@ -167,7 +167,7 @@
var fd = new FormData();
var result_names = [];
$.each($('input[rel="results[name]"'), function() {
$.each($('input[rel="results[name]"]'), function() {
result_names.push($(this).val());
});
result_names.reverse();