Error comes from the last line in the code below. it wasnt the line 5988. sorry it was line 1 character 5988 in the file pack/counter.pack.js. I have only loaded this and the css file. i use jquery 1.10 but also tested with 1.7 which makes no difference. you can see the complete page here http://omega.loft11312.serverprofi24.de/ for analysis
<pre class=”brush: javascript; gutter: true; first-line: 1; highlight: []; html-script: false”>var countdown = $('.cst-countdown-timer-' + cd.id).smartNumberCounter({
skin: "Inline",
mode: "Counter",
display: {
//style: "crystal-dark",
//hideDots: true,
//space: "6px"
},
model: {
digits: 6,
decimals: 0,
layout: "flat",
value: 3333,
method: "down",
update: 'manual'
//stepValue: {from: 1, to: 2}
//max: cd.items_available_stock == '' ? 0 : cd.items_available_stock
},
callbacks: {
change: function() {
var remaining = countdown.get("current");
…