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:

searchPage.component.ts
190 190
    this._meta.updateProperty("og:description", description);
191 191
  }
192 192
  updateTitle(title:string){
193
    var _suffix ="| OpenAIRE";
194
    var _title = ((title.length> 50 ) ?title.substring(0,50):title) + _suffix;
193
    var _prefix ="OpenAIRE | ";
194
    var _title = _prefix + ((title.length> 50 ) ?title.substring(0,50):title);
195 195
    this._meta.setTitle(_title );
196 196
    this._meta.updateProperty("og:title",_title);
197 197
  }

Also available in: Unified diff