#834: Revert one !JavaScript strict comparisons

Undoes some strict comparisons added in the commit a7406f2 because it
is necessary to compare different data types. Related with a1d39fe
remotes/github/pjlink
Javier Sánchez Parra 2019-05-07 12:35:27 +02:00 committed by Ramón M. Gómez
parent a1d39fe944
commit fec3e4f551
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}