Merge pull request #2201 from edx/gprice/markdown-editor-i18n

Internationalize the forums post Markdown editor
This commit is contained in:
Greg Price
2014-01-16 12:48:55 -08:00
4 changed files with 78 additions and 127 deletions

View File

@@ -35,7 +35,7 @@ if Backbone?
hideEditorChrome: ->
@$('.wmd-button-row').hide()
@$('.wmd-preview').hide()
@$('.wmd-preview-container').hide()
@$('.wmd-input').css({
height: '35px',
padding: '5px'
@@ -44,7 +44,7 @@ if Backbone?
showEditorChrome: ->
@$('.wmd-button-row').show()
@$('.wmd-preview').show()
@$('.wmd-preview-container').show()
@$('.comment-post-control').show()
@$('.wmd-input').css({
height: '125px',