#834: Revert one !JavaScript strict comparisons
Undoes some strict comparisons added in the commitremotes/github/pjlinka7406f2
because it is necessary to compare different data types. Related witha1d39fe
parent
a1d39fe944
commit
fec3e4f551
|
@ -39,7 +39,7 @@ function enviaMsg(cmd)
|
|||
function resultadocmd(resul){
|
||||
if(resul==1){ // Si todo va bien se llama a la función que recupera elfichero de eco
|
||||
//alert(TbMsg[1])
|
||||
if(ambito===AMBITO_ORDENADORES){
|
||||
if(ambito==AMBITO_ORDENADORES){
|
||||
sw=2;
|
||||
enviaMsg(null);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue