nehalelkaref commited on
Commit
5a48a0e
·
1 Parent(s): c4edfac

Update templates/home.html

Browse files
Files changed (1) hide show
  1. templates/home.html +2 -2
templates/home.html CHANGED
@@ -30,10 +30,10 @@
30
  data: JSON.stringify({'input':text}),
31
  contentType: "application/json",
32
  success:function(response){
33
- success: function(response) {
34
  document.write(response);
35
  document.getElementById("output").style="visibility: visible";
36
- },
37
  }
38
  })
39
  </script>
 
30
  data: JSON.stringify({'input':text}),
31
  contentType: "application/json",
32
  success:function(response){
33
+
34
  document.write(response);
35
  document.getElementById("output").style="visibility: visible";
36
+
37
  }
38
  })
39
  </script>