소스 검색

Don't load the documentation on index.html

Nicolas Petton 12 년 전
부모
커밋
d312e9499c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -109,7 +109,7 @@
       </div> 
     </div> 
     
-    <script type='text/javascript'> loadAmber({files: ['Documentation.js']}) </script> 
+    <script type='text/javascript'> loadAmber() </script> 
     
   </body> 
 </html>