Project

General

Profile

« Previous | Next » 

Revision 61306

[Trunk | Library]:
dataProvider.component.html & availableOn.component.ts & metrics.component.ts & showPublisher.component.ts & organization.component.html & project.component.html & resultLanding.component.html &
how.component.ts & myOrcidLinks.component.ts & orcid-work.component.ts & newSearchPage.component.html & portal-search-result.component.html & result-preview.component.html &
bottom.component.html & feedback.component.ts & showAuthors.component.ts & gif-slider.component.ts:
Added loading="lazy" on <img> elements.

View differences:

dataProvider.component.html
480 480
          <div class="uk-margin-small-top uk-flex">
481 481
            <!-- Last Index Info-->
482 482
            <div class="uk-width-2-3@m uk-width-1-2">
483
              <img src="assets/common-assets/graph.svg" style="opacity: 0.4">
483
              <img src="assets/common-assets/graph.svg" style="opacity: 0.4" loading="lazy">
484 484
              <span class="uk-margin-small-left uk-text-baseline uk-text-muted">Powered by <a href="https://graph.openaire.eu" class="graph-color">OpenAIRE Research Graph</a></span>
485 485
              <span *ngIf="indexUpdateDate" class="uk-text-baseline uk-text-muted">
486 486
                . Last update of records in OpenAIRE: {{indexUpdateDate | date: 'MMM dd, yyyy'}}

Also available in: Unified diff