I think the auto updater is finished! #29

This commit is contained in:
tidusjar 2016-05-20 13:51:25 +01:00
commit aa2949cdd0
4 changed files with 56 additions and 6 deletions

View file

@ -126,7 +126,7 @@
var $form = $("#mainForm");
$.ajax({
type: $form.prop("method"),
url: "requestauth",
url: url,
data: $form.serialize(),
dataType: "json",
success: function (response) {