Skip to content

Commit

Permalink
LPS-123893 Special handling for scrolling into a wrong input is no lo…
Browse files Browse the repository at this point in the history
…nger required
  • Loading branch information
victorg1991 authored and brianchandotcom committed Nov 27, 2020
1 parent 1bd4802 commit 3532034
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 63 deletions.
Expand Up @@ -57,7 +57,7 @@ public void include(

PrintWriter printWriter = httpServletResponse.getWriter();

StringBundler sb = new StringBundler(6);
StringBundler sb = new StringBundler(3);

sb.append("<link data-senna-track=\"permanent\" href=\"");

Expand All @@ -73,12 +73,6 @@ public void include(
).build());

sb.append("\" rel=\"stylesheet\" type = \"text/css\" />\n");
sb.append("<script data-senna-track=\"permanent\" src=\"");
sb.append(
absolutePortalURLBuilder.forModule(
_bundle, "/product_navigation_control_menu.js"
).build());
sb.append("\" type=\"text/javascript\"></script>");

printWriter.println(sb.toString());
}
Expand Down

This file was deleted.

0 comments on commit 3532034

Please sign in to comment.