Remove spellchecking on the debug log field - causes big slowdown

FREEBIE
pull/749/head
Scott Nonnenberg 8 years ago
parent 87a1fcc406
commit 63e41612b7
No known key found for this signature in database
GPG Key ID: A4931C09644C654B

@ -530,7 +530,7 @@
<h1> {{ title }} </h1>
<p> {{ debugLogExplanation }}</p>
</div>
<textarea rows='5'></textarea>
<textarea spellcheck='false' rows='5'></textarea>
<div class='buttons'>
<button class='grey submit'>{{ submit }}</button>
</div>

@ -462,7 +462,7 @@
<h1> {{ title }} </h1>
<p> {{ debugLogExplanation }}</p>
</div>
<textarea rows='5'></textarea>
<textarea spellcheck='false' rows='5'></textarea>
<div class='buttons'>
<button class='grey submit'>{{ submit }}</button>
</div>

Loading…
Cancel
Save