Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1561 → Rev 1562

/trunk/src/org/tela_botanica/del/client/cache/CacheClient.java
152,7 → 152,7
}
}
String tri = Location.getParameter("tri");
String tri = Location.getParameter("tri");
String ordre = Location.getParameter("ordre");
if (tri != null) {
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)) {
$wnd.history.pushState(nouvelleUrl, "", nouvelleUrl);
var currentState = $wnd.history.state;
if (currentState != nouvelleUrl) {
$wnd.history.pushState(nouvelleUrl, "", nouvelleUrl);
}
}
}-*/;
}