Added body class for layout

This commit is contained in:
Kyle Fiedler
2012-06-20 11:39:55 -04:00
parent 1853b99861
commit 28b570cf79

View File

@@ -24,6 +24,7 @@ $ ->
$.get('/edit_item', {id: id}, (data) ->
$('section.edit-pane').empty().append(data)
$('section.edit-pane').show()
$('body').addClass('content')
)
setHeight = ->