mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
I think the auto updater is finished! #29
This commit is contained in:
parent
0601f04582
commit
aa2949cdd0
4 changed files with 56 additions and 6 deletions
|
@ -126,7 +126,7 @@
|
|||
var $form = $("#mainForm");
|
||||
$.ajax({
|
||||
type: $form.prop("method"),
|
||||
url: "requestauth",
|
||||
url: url,
|
||||
data: $form.serialize(),
|
||||
dataType: "json",
|
||||
success: function (response) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue