git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/user-statistics@122536 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-01-27 08:00:37 +00:00
parent 96fe217a5a
commit 7775c5086d
1 changed files with 3 additions and 3 deletions

View File

@ -590,9 +590,9 @@ public class StatisticsPanel extends Composite {
GWT.log("Increment number of comments received");
numberOfCommentsGot ++;
String urlCommentsIcon = GWT.getModuleBaseURL() + "../images/comment_edit.png";
if(isRoot)
content.setComments(
urlCommentsIcon,
@ -629,7 +629,7 @@ public class StatisticsPanel extends Composite {
GWT.log("Decrement number of comments received");
numberOfCommentsGot --;
String urlCommentsIcon = GWT.getModuleBaseURL() + "../images/comment_edit.png";
if(isRoot)
content.setComments(