Skip to content

Commit

Permalink
SAM-2823 Clicking Part title redirects to top of page (sakaiproject#4398
Browse files Browse the repository at this point in the history
)
  • Loading branch information
josecebe authored and ottenhoff committed May 12, 2017
1 parent 15faa94 commit 3223fc9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ public void encodeBegin(FacesContext context, UIComponent component)
String contextPath = context.getExternalContext()
.getRequestContextPath();

writer.write("<" + BARTAG + " class=\"" + BARSTYLE + "\">");
writer.write("<a href=\"#\""+ " class=\"jqueryui-hideDivision\">");
writer.write("<" + BARTAG + " id=\"__hide_division_" + id + "_container\" class=\"" + BARSTYLE + "\">");
writer.write("<a href=\"#__hide_division_" + id + "_container\" class=\"jqueryui-hideDivision\">");
writer.write(" " + title + "");
writer.write("</a></"+ BARTAG + ">");
writer.write("<div id=\"__hide_division_" + id + "\">");
Expand Down

0 comments on commit 3223fc9

Please sign in to comment.