app/assets/javascripts/executions/comments.js in rails_execution-0.1.1 vs app/assets/javascripts/executions/comments.js in rails_execution-0.1.2
- old
+ new
@@ -10,10 +10,11 @@
window.EasyMDEs[commentKey] ||= new EasyMDE({
element: document.getElementById($rootComment.attr('id') + '_content'),
status: false,
maxHeight: '150px',
showIcons: ['code'],
+ spellChecker: false,
placeholder: 'Type your comment here...',
renderingConfig: {
codeSyntaxHighlighting: true,
}
});
@@ -22,9 +23,10 @@
new EasyMDE({
element: document.getElementById(id),
status: false,
maxHeight: '100px',
showIcons: ['code'],
+ spellChecker: false,
placeholder: 'Type your comment here...',
renderingConfig: {
codeSyntaxHighlighting: true,
}
});