Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1551 → Rev 1552

/trunk/src/org/tela_botanica/del/client/cache/CacheClient.java
64,6 → 64,7
}
 
public void setPageCourante(String pageCourante) {
pageCourante = pageCourante.replaceAll("#", "");
this.pageCourante = pageCourante;
}
 
358,7 → 359,7
String url = urlCourante;
String arguments = "";
//GWT.log("URL courante:"+urlCourante);
GWT.log("URL courante:"+urlCourante);
//GWT.log("IdentiPlante:"+urlCourante.contains(urlAppliObs));
//GWT.log("PictoFlora:"+urlCourante.contains(urlAppliImg));
399,7 → 400,7
url = url.replaceAll("&&", "&");
url = url.replaceAll("\\?&", "?");
//GWT.log("URL de sortie:"+url);
GWT.log("URL de sortie:"+url);
return url;
}