diff --git a/stackload.js b/stackload.js index c5c450e..3432a95 100644 --- a/stackload.js +++ b/stackload.js @@ -99,7 +99,7 @@ } } if(o.type.toLowerCase()==='jsonp') { - var dt= new Date().getTime() + var dt= new Date().getTime(); if (o.url.match(/\?/)) { o.url += "&_="+dt; }