Code appearing below footer (Aveda)
-
A weird snippet of code has started appearing on our site – on all pages, below footer:
The code is:
$(document).ready(function () { var tbl = $(“.myTable”); $(‘td’,’.myTable’).unwrap(); $(‘td’,’.myTable’).each(function () { $(this).wrap(”); tbl.append($(this).parent()); }); });What is this, and how do I get rid of it?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Code appearing below footer (Aveda)’ is closed to new replies.