Subversion Repositories eFlore/Applications.cel

Rev

Rev 2708 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2708 Rev 2745
Line 108... Line 108...
108
		$('.defilement-control', this).addClass('hidden');
108
		$('.defilement-control', this).addClass('hidden');
109
	});
109
	});
110
	$('#photo-placeholder').click(function(event) {
110
	$('#photo-placeholder').click(function(event) {
111
		$('#fichier').click();
111
		$('#fichier').click();
112
	});
112
	});
-
 
113
	
-
 
114
	$('.navigation-rue').on('click', this.surClicRueSuivantPrecedent.bind(this));
113
};
115
};
Line 114... Line 116...
114
 
116
 
115
WidgetSaisieFlorileges.prototype.prechargerForm = function(infos) {
117
WidgetSaisieFlorileges.prototype.prechargerForm = function(infos) {