Brendan Abolivier 8 年之前
父節點
當前提交
4c4e765b64
簽署人: Brendan Abolivier <contact@brendanabolivier.com> GPG 金鑰 ID: 8EF1500759F70623
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      index.html

+ 2
- 2
index.html 查看文件

@@ -6,9 +6,9 @@
6 6
         <script src="form.js" charset="utf-8"></script>
7 7
     </head>
8 8
     <body>
9
-        <div id="form"></div>
9
+        <form id="smam"></form>
10 10
         <script type="text/javascript">
11
-            generateForm('form');
11
+            generateForm('smam');
12 12
         </script>
13 13
     </body>
14 14
 </html>