Debug
This commit is contained in:
parent
2829056674
commit
b1ece2d865
1 changed files with 1 additions and 3 deletions
|
|
@ -424,13 +424,11 @@ 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{
|
||||||
|
|
||||||
if(target){
|
if($(target).length){
|
||||||
|
|
||||||
/** Carrego o conteúdo **/
|
/** Carrego o conteúdo **/
|
||||||
$(target).html(response.message);
|
$(target).html(response.message);
|
||||||
|
|
||||||
alert();
|
|
||||||
|
|
||||||
}else{
|
}else{
|
||||||
|
|
||||||
/** Informa o erro */
|
/** Informa o erro */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue