diff --git a/src/main/webapp/js/gcube-context-injection.js b/src/main/webapp/js/gcube-context-injection.js index 791bea6..d4ace78 100644 --- a/src/main/webapp/js/gcube-context-injection.js +++ b/src/main/webapp/js/gcube-context-injection.js @@ -8,8 +8,8 @@ function injectClientContext() { if (Liferay.ThemeDisplay.isSignedIn()) { userId = Liferay.ThemeDisplay.getUserId(); groupId = Liferay.ThemeDisplay.getScopeGroupId(); - //console.log('userId is = ' + userId); - //console.log("groupId is = " + groupId); + console.log('(d4science responsive) userId is = ' + userId); + console.log("groupId is = " + groupId); } else { groupId = Liferay.ThemeDisplay.getScopeGroupId(); diff --git a/src/main/webapp/templates/portal_normal.vm b/src/main/webapp/templates/portal_normal.vm index 27e1955..8e19722 100644 --- a/src/main/webapp/templates/portal_normal.vm +++ b/src/main/webapp/templates/portal_normal.vm @@ -17,6 +17,7 @@ $theme.include($top_head_include) +