Spaces:
Sleeping
Sleeping
Commit
·
5a48a0e
1
Parent(s):
c4edfac
Update templates/home.html
Browse files- 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 |
-
|
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>
|