Commit dff6f358 authored by Romain Courteaud's avatar Romain Courteaud Committed by Jérome Perrin

Disable spellcheck on textarea.

Improve speed.
parent 48902d45
...@@ -14,8 +14,8 @@ ...@@ -14,8 +14,8 @@
</head> </head>
<body> <body>
<label for="json_input">Input</label> <label for="json_input">Input</label>
<textarea rows="20" cols="47" name="json_input" class="json_input"></textarea> <textarea spellcheck="false" rows="20" name="json_input" class="json_input"></textarea>
<label for="json_output">Output</label> <label for="json_output">Output</label>
<textarea rows="20" cols="47" name="json_output" class="json_output"></textarea> <textarea spellcheck="false" rows="20" name="json_output" class="json_output"></textarea>
</body> </body>
</html> </html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment