Hello All,
I've upgraded one of my stores to 6.3.0 and I've now noticed that we now get
a JavaScript error when the shopping cart loads. When I look at the details
I see "Unterminated string constant" on line -. When I view source I see
that a JavaScript has been added to the end of the cart link:
<script language="JavaScript">
<!--
function moveForward() {
Onload=focus();" ///// note the double quotation mark here /////
}
// -->
</script>
That extra quotation mark is NOT terminated and that seems to be causing the
problem. Is anyone else seeing this? I did not add this script so I figure
it must be coming from Shopsite. I checked for patches and did not find
anything listed there.
Thanks for any help.