Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1516 → Rev 1517

/trunk/src/org/tela_botanica/del/client/Del.java
8,6 → 8,7
import com.google.gwt.core.client.GWT.UncaughtExceptionHandler;
import com.google.gwt.event.shared.UmbrellaException;
import com.google.gwt.user.client.History;
import com.google.gwt.user.client.Timer;
import com.google.gwt.user.client.Window;
 
public class Del implements EntryPoint {
28,9 → 29,9
}
});*/
 
CacheClient.getInstance().initialiserAvecParametres();
History.addValueChangeHandler(new GestionnaireHistorique());
CacheClient.getInstance().initialiserAvecParametres();
History.addValueChangeHandler(new GestionnaireHistorique());
History.newItem(CacheClient.getInstance().getPageCourante());
History.fireCurrentHistoryState();
}