소스 검색

Apparently we have to request a specific version of the script from the CDN

customisations
alemart 3 년 전
부모
커밋
f7a72ec475
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      docs_overrides/demo/index.html

+ 1
- 1
docs_overrides/demo/index.html 파일 보기

@@ -5,7 +5,7 @@
5 5
         <meta name="viewport" content="width=device-width,initial-scale=1">
6 6
         <title>MARTINS.js WebAR demo</title>
7 7
         <link href="{{ 'demo/demo.css' | url }}" rel="stylesheet">
8
-        <script src="https://cdn.jsdelivr.net/gh/alemart/martins-js@0.1/dist/martins.min.js"></script>
8
+        <script src="https://cdn.jsdelivr.net/gh/alemart/martins-js@0.1.1/dist/martins.min.js"></script>
9 9
         <script src="{{ 'demo/demo.js' | url }}"></script>
10 10
     </head>
11 11
     <body>

Loading…
취소
저장