Skip to content

Commit

Permalink
Relative path for inspeclet
Browse files Browse the repository at this point in the history
  • Loading branch information
terakilobyte committed Jun 16, 2015
1 parent 308e539 commit d006f7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ var trusted = [
'*.ytimg.com',
'*.bitly.com',
'http://cdn.inspectlet.com/',
'https://cdn.inspeclet.com/',
'wss://inspectletws.herokuapp.com/',
'http://hn.inspectlet.com/',
'*.googleapis.com',
Expand Down
2 changes: 1 addition & 1 deletion server/views/partials/universal-head.jade
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ script#inspectletjs(type='text/javascript').
insp.type = 'text/javascript';
insp.async = true;
insp.id = "inspsync";
insp.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://cdn.inspectlet.com/inspectlet.js';
insp.src = '//cdn.inspectlet.com/inspectlet.js';
var x = document.getElementsByTagName('script')[0];
x.parentNode.insertBefore(insp, x);
}
Expand Down

0 comments on commit d006f7b

Please sign in to comment.