Skip to content

Commit

Permalink
FACES-2213 prevent vertical scrolling to the top of the page
Browse files Browse the repository at this point in the history
  • Loading branch information
vsingleton authored and ngriffin7a committed May 23, 2015
1 parent ab19ceb commit ae7fb62
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -448,7 +448,7 @@ protected void encodeUnorderedListItem(FacesContext facesContext, ResponseWriter

if (clientBehaviorScript != null) {
responseWriter.startElement("a", paginator);
responseWriter.writeAttribute("href", "#", null);
responseWriter.writeAttribute("href", "javascript:void(0);", null);
responseWriter.writeAttribute("onclick", clientBehaviorScript, null);
responseWriter.write(text);
responseWriter.endElement("a");
Expand Down

0 comments on commit ae7fb62

Please sign in to comment.