Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3290 Rev 3291
Line 363... Line 363...
363
  input = input.replace( '_', '/' );
363
  input = input.replace( '_', '/' );
364
  return atob( input );
364
  return atob( input );
365
};
365
};
Line 366... Line 366...
366
 
366
 
367
WidgetSaisie.prototype.urlProfilUtilisateur = function( pseudo ) {
367
WidgetSaisie.prototype.urlProfilUtilisateur = function( pseudo ) {
Line 368... Line 368...
368
  var urlPart = ( 'test' === this.mode ) ? '/test/' : '';
368
  var urlPart = ( 'test' === this.mode ) ? '/test/' : '/';
369
 
369
 
Line 370... Line 370...
370
  return window.location.origin + urlPart + 'membres/' + pseudo.toLowerCase().replace( ' ', '-' );
370
  return window.location.origin + urlPart + 'membres/' + pseudo.toLowerCase().replace( ' ', '-' );