Skip to content
Snippets Groups Projects
Commit 5eb69f04 authored by izabel's avatar izabel
Browse files

[LMS-1447] history only in simple view mode (handle clicks)

SVN: 15556
parent 3cb393e8
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ public class LinkRenderer
Anchor link = new Anchor();
link.setText(text);
link.setStyleName(LINK_STYLE);
if (href == null && listener != null)
if (listener != null)
{
link.addClickHandler(listener);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment