Project

General

Profile

« Previous | Next » 

Revision 48658

update title in all pages, change loading message - add gif | change links to pub landing| fix project report - add piwik module | minor layout changes in landing pages

View differences:

claimsByToken.component.ts
423 423
  }
424 424

  
425 425
  updateTitle(title:string){
426
    var _suffix ="| OpenAIRE";
427
    var _title = ((title.length> 50 ) ?title.substring(0,50):title) + _suffix;
426
    var _prefix ="OpenAIRE | ";
427
    var _title = _prefix + ((title.length> 50 ) ?title.substring(0,50):title);
428 428
    this._meta.setTitle(_title );
429 429
  }
430 430

  

Also available in: Unified diff