소스 검색

and another

Casey DeLorme 10 년 전
부모
커밋
a1bd8ed40a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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");