This commit is contained in:
Blake Winton 2010-10-26 17:54:10 -04:00
Родитель 6b585b0ea9
Коммит ef0e4e4af7
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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',