diff options
| author | Anmol Agrawal <anmol1771@gmail.com> | 2014-09-30 16:07:04 +0530 |
|---|---|---|
| committer | Anmol Agrawal <anmol1771@gmail.com> | 2014-09-30 16:07:04 +0530 |
| commit | cb00ca7ca7fff56ab35f0d2d7def54d9725eb601 (patch) | |
| tree | f2387009bba197dcbf5d5bac01fd1186b2f9aead /index.html | |
| parent | a1f783d8e22fa17c3ea60181bc08be30dc19ffa9 (diff) | |
#62 - Refactored code
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ <div id="suggestion" > - <form> <input id="textanalyser" size= "70" placeholder="Type here to create a network:" onkeyup="Expand(this);"/></form> + <form> <input id = "textanalyser" size= "70" placeholder = "Type here to create a network:" onkeyup = "expand(this);"/></form> </div> <div class="typeselection"> |
