Subversion Repositories eFlore/Archives.cel-v1

Compare Revisions

Ignore whitespace Rev 26 → Rev 25

/trunk/src/org/tela_botanica/client/AutoCompleteAsyncTextBox.java
23,7 → 23,6
// TODO : traiter latence (augmenter en fonction rapidité saisie + texte vide)
// TODO : traitement espace apres l'espece (%20)
 
import com.google.gwt.http.client.URL;
import com.google.gwt.user.client.HTTPRequest;
import com.google.gwt.user.client.ResponseTextHandler;
import com.google.gwt.user.client.ui.KeyboardListener;
108,8 → 107,7
/*
* Here we fetch the URL and call the handler
*/
 
String rematch=match.replaceAll(" ","/");
rematch=rematch.replaceAll("%","");