Skip to content

Commit

Permalink
Revert "put #profile over ground"
Browse files Browse the repository at this point in the history
This reverts commit da2a6651dbbf691c5aeab095d1280338c2d16329.
  • Loading branch information
Thomas Klokosch committed Jun 15, 2011
1 parent 4d58327 commit fa788dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions view/show.coffee
Expand Up @@ -14,6 +14,5 @@ class App.Views.Show extends Backbone.View
$(@el).html JST.report_form model: @model
$('#form').empty().append(@el).addClass('loaded')
tweets = $('<section class="tweets" />').append @tweetsFilterView.el, @tweetsView.el
$('#profile').empty().append @userView.el
$('#report').empty().append @tweetsGraphView.el, @wordCloudView.el, tweets
$('#report').empty().append @userView.el, @tweetsGraphView.el, @wordCloudView.el, tweets
@

0 comments on commit fa788dc

Please sign in to comment.