Skip to content

Commit

Permalink
missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de committed Oct 16, 2017
1 parent 2ba9bdb commit 7106e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stackload.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 7106e18

Please sign in to comment.