Skip to content

Commit

Permalink
#27
Browse files Browse the repository at this point in the history
  • Loading branch information
ratamiez committed Aug 18, 2017
1 parent e11e244 commit 7f7b5a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Mizar.js
Original file line number Diff line number Diff line change
Expand Up @@ -629,9 +629,8 @@ define(["jquery", "underscore-min",
} else {
text = "with title <b>"+hipsLayer.obs_title+"</b>";
}
console.log(hipsLayer);
ErrorDialog.open("<font style='color:orange'>Warning : Cannot add layer <b>" + text + "</b> no mirror available</font>");
console.log("Cannot add layer " + text + " no mirror available");
//console.log("Cannot add layer " + text + " no mirror available");
return;
}
$.proxy(_createHips, Mizar)(hipsLayer, hipsServiceUrl);
Expand Down Expand Up @@ -697,7 +696,7 @@ define(["jquery", "underscore-min",
text = hipsLayer.obs_title;
}
ErrorDialog.open("Hips layer "+prefixe+"<font style='color:yellow'><b>" + text + "</b></font> not valid in Hips registry <font color='grey'><i>("+hipsLayer.hips_service_url+")</i></font>.");
console.log("Hips layer "+prefixe+ text + " not valid in Hips registry ("+hipsLayer.hips_service_url+")");
//console.log("Hips layer "+prefixe+ text + " not valid in Hips registry ("+hipsLayer.hips_service_url+")");
}
}

Expand Down

0 comments on commit 7f7b5a5

Please sign in to comment.