mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 18:47:15 -07:00
cleanup
This commit is contained in:
parent
4b5c2d627c
commit
f285305cac
1 changed files with 1 additions and 3 deletions
|
@ -122,7 +122,6 @@
|
|||
|
||||
$('#requestToken').click(function (e) {
|
||||
e.preventDefault();
|
||||
var url = createBaseUrl(base, "requestauth");
|
||||
var $form = $("#mainForm");
|
||||
$.ajax({
|
||||
type: $form.prop("method"),
|
||||
|
@ -150,10 +149,9 @@
|
|||
function loadUserList() {
|
||||
$('#users').html("");
|
||||
var url = "getusers";
|
||||
url = createBaseUrl(base, url);
|
||||
$.ajax({
|
||||
type: "Get",
|
||||
url: "getusers",
|
||||
url: url,
|
||||
dataType: "json",
|
||||
success: function (response) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue