Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1075 → Rev 1076

/trunk/modules/recherche_avancee/squelettes/form_recherche_av.tpl.html
6,10 → 6,7
var REFERENTIEL = "<?= Registre::get('parametres.referentiel');?>";
$(document).ready(function(){
console.log($('input[type=text]').val());
if($('input[type=text]').val() != '') {
$('#bloc_recherche_av').hide();
}
$('#bloc_recherche_av').hide();
$('#recherche_av').click(function(event) {
$('#bloc_recherche_av').slideToggle();
event.preventDefault();