Skip to content

Commit

Permalink
Use HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
j-f1 committed May 14, 2017
1 parent 6bc03b7 commit 09e817c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sds/sds.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
// Inject CSS
const css = window.document.createElement("link");
css.rel = "stylesheet";
css.href = "//charcoal-se.org/userscripts/sds/sds.css";
css.href = "https://charcoal-se.org/userscripts/sds/sds.css";
document.head.appendChild(css);

const apiKey = "05f3eb1fb4edd821e32299f5b2e65f78bc53ed4fa0415b034d0e84b4e273329e";

$.get("//metasmoke.erwaysoftware.com/api/smoke_detectors?key=" + apiKey, data => {
$.get("https://metasmoke.erwaysoftware.com/api/smoke_detectors?key=" + apiKey, data => {
data.items.forEach(smokey => {
addData(smokey, getDot(smokey));
});
Expand Down

0 comments on commit 09e817c

Please sign in to comment.