Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3852 Rev 3902
Line 16... Line 16...
16
	this.initForm();
16
	this.initForm();
17
	this.initEvts();
17
	this.initEvts();
18
};
18
};
Line 19... Line 19...
19
 
19
 
-
 
20
WidgetsSaisiesCommun.prototype.initFormConnection = function() {
-
 
21
	if ( !/^https/.test( this.urlRacine ) ) {
-
 
22
		this.urlRacine = this.urlRacine.replace( /^http/, 'https' );
20
WidgetsSaisiesCommun.prototype.initFormConnection = function() {
23
	}
21
	this.urlBaseAuth = this.urlRacine + '/service:annuaire:auth';
24
	this.urlBaseAuth = this.urlRacine + '/service:annuaire:auth';
22
	$( '#inscription' ).attr( 'href',  this.urlSiteTb() + 'inscription' );
25
	$( '#inscription' ).attr( 'href',  this.urlSiteTb() + 'inscription' );
23
	if ( this.isASL ) {
26
	if ( this.isASL ) {
24
		$( '#mdp' ).val( '' );
27
		$( '#mdp' ).val( '' );