Brendan Abolivier 8 vuotta sitten
vanhempi
commit
4c4e765b64
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      index.html

+ 2
- 2
index.html Näytä tiedosto

@@ -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>