mirror of
https://github.com/SunRed/haste-server.git
synced 2024-11-01 01:30:21 +01:00
Turn off spellcheck
This commit is contained in:
parent
9d0b0c9f21
commit
90161e780d
2 changed files with 1 additions and 2 deletions
|
@ -13,7 +13,6 @@ var application = function() {
|
||||||
// TODO tab support
|
// TODO tab support
|
||||||
// TODO support for push state navigation
|
// TODO support for push state navigation
|
||||||
// TODO layerX and layerY fix warnings
|
// TODO layerX and layerY fix warnings
|
||||||
// TODO turn off spelling correction
|
|
||||||
var save = function(data, callback) {
|
var save = function(data, callback) {
|
||||||
var high = hljs.highlightAuto(data);
|
var high = hljs.highlightAuto(data);
|
||||||
var pack = {
|
var pack = {
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
|
|
||||||
<pre id="box" style="display:none;"><code></code></pre>
|
<pre id="box" style="display:none;"><code></code></pre>
|
||||||
|
|
||||||
<textarea></textarea>
|
<textarea spellcheck="false"></textarea>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue