Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2757 → Rev 2758

/trunk/widget/modules/saisie/squelettes/defaut/js/WidgetSaisie.js
62,7 → 62,6
*/
WidgetSaisie.prototype.initForm = function() {
if (this.obsId != '') {
console.log('obsId: (' + typeof obsId + ') : ' + obsId);
this.chargerInfoObs();
}
 
572,7 → 571,7
type: 'GET',
success: function(data, textStatus, jqXHR) {
if (data != undefined && data != "") {
this.prechargerForm(data);
lthis.prechargerForm(data);
} else {
lthis.surErreurChargementInfosObs();
}