changed request protocol
This commit is contained in:
parent
fe9109e585
commit
ada6bccfd6
pandora_console/godmode/setup
|
@ -834,7 +834,7 @@ echo '</form>';
|
|||
|
||||
// AJAX call to check API connection.
|
||||
$.ajax({
|
||||
type: "GET",
|
||||
type: "POST",
|
||||
url: url,
|
||||
dataType: "json",
|
||||
data: data
|
||||
|
|
Loading…
Reference in New Issue