Commit 888cb0e5 by Kyle Fiedler

Added body class for layout

parent 4fb7f9df
......@@ -24,6 +24,7 @@ $ ->
$.get('/edit_item', {id: id}, (data) ->
$('section.edit-pane').empty().append(data)
$('section.edit-pane').show()
$('body').addClass('content')
)
setHeight = ->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment