Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1453 → Rev 1454

/trunk/src/org/tela_botanica/client/vues/observation/indicateurs/LienExterneVue.java
40,7 → 40,7
@Override
public void onClick(ClickEvent event) {
if(!numTax.trim().equals("")) {
Window.open("http://"+efloreBaseUrl+"/"+refTax+"/"+refTaxVersion+"/nn/"+numTax,"","");
Window.open("http://"+efloreBaseUrl+"/"+refTax+"-nn-"+numTax,"","");
}
}