We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5813e7e commit 4f6fdf3Copy full SHA for 4f6fdf3
assets/js/wpcable.js
@@ -437,7 +437,8 @@ jQuery(document).ready(function () {
437
438
notesMde = new SimpleMDE({
439
element: notesForm.find( 'textarea' ).val( task.notes )[0],
440
- status: false
+ status: false,
441
+ spellChecker: false
442
});
443
notesMde.codemirror.focus();
444
notesMde.codemirror.setCursor(notesMde.codemirror.lineCount(), 0);
@@ -532,7 +533,8 @@ jQuery(document).ready(function () {
532
533
534
535
element: notesForm.find( 'textarea' )[0],
536
537
538
539
540
jQuery( window ).on( 'hashchange', updateFilters );
0 commit comments