Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2991 → Rev 3045

/trunk/widget/modules/saisie/squelettes/defaut/js/WidgetSaisie.js
534,8 → 534,8
WidgetSaisie.prototype.testerLancementRequeteIdentite = function(event) {
if (event.which == 13) {
this.requeterIdentite();
this.event.preventDefault();
this.event.stopPropagation();
event.preventDefault();
event.stopPropagation();
}
};