Skip to content

Commit

Permalink
Merge pull request #780 from nistormihai/devel-merge
Browse files Browse the repository at this point in the history
LB-1816: HTML generated by SEO contains references to JS files from node...
  • Loading branch information
nistormihai committed Jul 3, 2014
2 parents 2538472 + 93c8693 commit c130f65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var liveblog = (function(d){
var ls = d.createElement('script'), s = d.getElementsByTagName('script')[0];
ls.type = "text/javascript"; s.async = true;
ls.src = path.indexOf('//') === -1 ?
config.baseUrl + path + '.js?version=' + (config.version || parseInt((new Date()).getTime()/600000)):
config.baseUrl + path + '.js?' + (config.urlArgs || 'version=' + parseInt((new Date()).getTime()/600000)):
path;
s.parentNode.insertBefore( ls, s ); return ls;
};
Expand Down

0 comments on commit c130f65

Please sign in to comment.