From a6f0ce10271a9853ccbc886268bd7be58a61f5ca Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Mon, 16 Mar 2020 14:22:37 +0000 Subject: [PATCH] [Library | Trunk]: Show Authors: Remove quotes on orcid git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58276 d315682c-612b-4755-9ff5-7f18f6832af3 --- utils/authors/showAuthors.component.ts | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/utils/authors/showAuthors.component.ts b/utils/authors/showAuthors.component.ts index be0925a3..779c67ad 100644 --- a/utils/authors/showAuthors.component.ts +++ b/utils/authors/showAuthors.component.ts @@ -51,8 +51,8 @@ import {AlertModal} from "../modal/alert";
Research outcomes @@ -61,7 +61,7 @@ import {AlertModal} from "../modal/alert";
Publications @@ -69,7 +69,7 @@ import {AlertModal} from "../modal/alert";
Research Data @@ -77,7 +77,7 @@ import {AlertModal} from "../modal/alert";
Software @@ -85,7 +85,7 @@ import {AlertModal} from "../modal/alert";
Other Research Products @@ -139,10 +139,6 @@ export class ShowAuthorsComponent { } } - public quote(params: string): string { - return '"' + params + '"'; - } - public scroll() { HelperFunctions.scroll(); }