Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3428 Rev 3432
Line 548... Line 548...
548
/**
548
/**
549
 * Affiche temporairement (formulaire)
549
 * Affiche temporairement (formulaire)
550
 * la miniature d'une image ajoutée à l'obs
550
 * la miniature d'une image ajoutée à l'obs
551
 */
551
 */
552
WidgetsSaisiesCommun.prototype.afficherMiniature = function( reponse ) {
552
WidgetsSaisiesCommun.prototype.afficherMiniature = function( reponse ) {
553
	console.log(reponse);
-
 
554
	if ( this.debug ) {
553
	if ( this.debug ) {
555
		var debogage = $( 'debogage', reponse ).text();
554
		var debogage = $( 'debogage', reponse ).text();
556
	}
555
	}
Line 557... Line 556...
557
 
556