Browse Source

add extracting script to base editor html

weichen 4 năm trước cách đây
mục cha
commit
84e41230f0
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      editor.html

+ 2 - 0
editor.html

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