mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-09 00:49:07 +08:00
Merge pull request #682 from ZmagoD/zd_SCI_1370
fixes drag'n drop bug in results on safari [fixes SCI-1370]
This commit is contained in:
commit
2161b2573f
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue