Remove spellchecking on the debug log field - causes big slowdown
FREEBIE
This commit is contained in:
@@ -530,7 +530,7 @@
|
|||||||
<h1> {{ title }} </h1>
|
<h1> {{ title }} </h1>
|
||||||
<p> {{ debugLogExplanation }}</p>
|
<p> {{ debugLogExplanation }}</p>
|
||||||
</div>
|
</div>
|
||||||
<textarea rows='5'></textarea>
|
<textarea spellcheck='false' rows='5'></textarea>
|
||||||
<div class='buttons'>
|
<div class='buttons'>
|
||||||
<button class='grey submit'>{{ submit }}</button>
|
<button class='grey submit'>{{ submit }}</button>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -462,7 +462,7 @@
|
|||||||
<h1> {{ title }} </h1>
|
<h1> {{ title }} </h1>
|
||||||
<p> {{ debugLogExplanation }}</p>
|
<p> {{ debugLogExplanation }}</p>
|
||||||
</div>
|
</div>
|
||||||
<textarea rows='5'></textarea>
|
<textarea spellcheck='false' rows='5'></textarea>
|
||||||
<div class='buttons'>
|
<div class='buttons'>
|
||||||
<button class='grey submit'>{{ submit }}</button>
|
<button class='grey submit'>{{ submit }}</button>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user