Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2710 → Rev 2711

/trunk/widget/modules/saisie/squelettes/defaut/js/WidgetSaisie.js
125,7 → 125,7
$("#nom").on("change", this.formaterNom.bind(this));
 
$("#courriel_confirmation").on('paste', this.bloquerCopierCollerCourriel.bind(this));
$("a.afficher-coord").on('click', this.basculerAffichageCoord.bind(this));
$(".afficher-coord").on('click', this.basculerAffichageCoord.bind(this));
$("#ajouter-obs").on('click', this.ajouterObs.bind(this));
$(".obs-nbre").on('changement', this.surChangementNbreObs.bind(this));
$("body").on('click', ".supprimer-obs", function() {