#13035 cleared logs
This commit is contained in:
parent
c92c3f283e
commit
dd471281d6
|
@ -2678,7 +2678,6 @@ function perform_email_test() {
|
||||||
$("#email_test_sent_message").show();
|
$("#email_test_sent_message").show();
|
||||||
$("#email_test_failure_message").hide();
|
$("#email_test_failure_message").hide();
|
||||||
} else {
|
} else {
|
||||||
console.log($("#email_test_failure_message"));
|
|
||||||
$("#email_test_failure_message").show();
|
$("#email_test_failure_message").show();
|
||||||
$("#email_test_sent_message").hide();
|
$("#email_test_sent_message").hide();
|
||||||
}
|
}
|
||||||
|
@ -2767,7 +2766,6 @@ function redirectNode(url, target = "_blank") {
|
||||||
}
|
}
|
||||||
|
|
||||||
pathAjax += "ajax.php";
|
pathAjax += "ajax.php";
|
||||||
console.log("Entra a generar a token");
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
method: "POST",
|
method: "POST",
|
||||||
url: pathAjax,
|
url: pathAjax,
|
||||||
|
@ -2777,7 +2775,6 @@ function redirectNode(url, target = "_blank") {
|
||||||
get_jwt_for_login: 1
|
get_jwt_for_login: 1
|
||||||
},
|
},
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
console.log(data);
|
|
||||||
const unique_id = "token_form_" + uniqId();
|
const unique_id = "token_form_" + uniqId();
|
||||||
var $form = $(
|
var $form = $(
|
||||||
`<form class="invisible" id="${unique_id}" target="${target}"></form>`
|
`<form class="invisible" id="${unique_id}" target="${target}"></form>`
|
||||||
|
|
Loading…
Reference in New Issue