Skip to content

Commit

Permalink
Merge pull request #525 from Kitware/r-full-url
Browse files Browse the repository at this point in the history
Use HTTPS to include candela.min.js in R
  • Loading branch information
jeffbaumes committed Jan 22, 2018
2 parents d054311 + f203da7 commit eee1c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/candela/inst/htmlwidgets/lib/candela/candela.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var s = document.createElement('script');
s.type = 'text/javascript';
s.src = '//unpkg.com/candela/dist/candela.min.js';
s.src = 'https://unpkg.com/candela/dist/candela.min.js';
document.head.appendChild(s);

0 comments on commit eee1c96

Please sign in to comment.