Fix missing email bug.
This commit is contained in:
Родитель
6b585b0ea9
Коммит
ef0e4e4af7
|
@ -398,6 +398,7 @@ $(function() {
|
|||
|
||||
// Then add the information from this page.
|
||||
var data = objectify(inputs, providers[currentProvider]);
|
||||
let email = $("#results .row.selected .create").attr("address");
|
||||
$.ajax({url: providers[currentProvider].url,
|
||||
type: 'POST',
|
||||
dataType: 'json',
|
||||
|
|
Загрузка…
Ссылка в новой задаче