소스 검색

add extracting script to base editor html

weichen 4 년 전
부모
커밋
84e41230f0
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      editor.html

+ 2 - 0
editor.html

@@ -27,6 +27,8 @@
       </div>
       <button id='submit_button'>Submit</button>
     </div>
+      <script src="/blockElements.js"></script>
+      <script src="/parsers.js"></script>
       <script src="/editor.js"></script>
   </body>
 </html>