Skip to content

Commit

Permalink
remove header and footer for #40
Browse files Browse the repository at this point in the history
  • Loading branch information
almccon committed Jan 18, 2017
1 parent 3fc7878 commit be24d78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ define([
// w/o = ~2.5s
initialize: function(){
var activityIndicator = new ActivityIndicator({state: this.state});
var headerView = new HeaderView({state: this.state});
// var headerView = new HeaderView({state: this.state});
var yearControlView = new YearControlView({state: this.state});
var mapView = new MapView({state: this.state});
var addressSearchView = new AddressSearchView({mapView: mapView, state: this.state});
// var comparisonView = new BuildingComparisonView({state: this.state});
var footerView = new FooterView({state: this.state});
// var footerView = new FooterView({state: this.state});

this.state.on('change', this.onChange, this);
},
Expand Down
2 changes: 1 addition & 1 deletion src/styles/base/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $base-border: $base-border-size solid $base-border-color;
$form-box-shadow: inset 0 1px 3px rgba(#000, 0.06);
$form-box-shadow-focus: $form-box-shadow, 0 0 5px adjust-color($action-color, $lightness: -5%, $alpha: -0.3);

$header-height: 6em;
//$header-height: 6em;

// zIndexes
$zIndex1: 1;
Expand Down

0 comments on commit be24d78

Please sign in to comment.