Subversion Repositories eFlore/Applications.del

Compare Revisions

Regard whitespace Rev 1561 → Rev 1562

/trunk/src/org/tela_botanica/del/client/cache/CacheClient.java
418,7 → 418,10
// javascript double negative trick
// pour plus d'info http://stackoverflow.com/questions/4686583/can-someone-explain-this-double-negative-trick
if (!!($wnd.history && $wnd.history.pushState)) {
var currentState = $wnd.history.state;
if (currentState != nouvelleUrl) {
$wnd.history.pushState(nouvelleUrl, "", nouvelleUrl);
}
}
}-*/;
}