Browse Source

and another

Casey DeLorme 10 years ago
parent
commit
a1bd8ed40a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/js/main.js

+ 1 - 1
public/js/main.js

@@ -6,7 +6,7 @@
         var css = document.createElement("link");
         css.setAttribute("rel", "stylesheet");
         css.setAttribute("type", "text/css");
-        css.setAttribute("href", "https://d2xxklvztqk0jd.cloudfront.net/css/sunburst.js");
+        css.setAttribute("href", "https://d2xxklvztqk0jd.cloudfront.net/css/sunburst.css");
         document.getElementsByTagName("head")[0].appendChild(css);
         var js = document.createElement('script');
         js.setAttribute("type", "text/javascript");