Debug
This commit is contained in:
parent
8a5ae1a97a
commit
990436f460
1 changed files with 3 additions and 3 deletions
|
|
@ -406,9 +406,7 @@ function request(QS, target_data, create, info, sec, target, message, color, typ
|
||||||
* */
|
* */
|
||||||
|
|
||||||
/** Cancela o block page */
|
/** Cancela o block page */
|
||||||
blockPage(false);
|
blockPage(false);
|
||||||
|
|
||||||
console.log(response);
|
|
||||||
|
|
||||||
switch (parseInt(response.cod)) {
|
switch (parseInt(response.cod)) {
|
||||||
|
|
||||||
|
|
@ -426,6 +424,8 @@ function request(QS, target_data, create, info, sec, target, message, color, typ
|
||||||
/** Caso não seja uma nova autenticação informo */
|
/** Caso não seja uma nova autenticação informo */
|
||||||
}else{
|
}else{
|
||||||
|
|
||||||
|
console.log('Kenão');
|
||||||
|
|
||||||
if(target){
|
if(target){
|
||||||
|
|
||||||
/** Carrego o conteúdo **/
|
/** Carrego o conteúdo **/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue