Clean up in selectobservation
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/0d16f50f Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/0d16f50f Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/0d16f50f Branch: refs/heads/master Commit: 0d16f50f5844413c2912e220b59652c654e59277 Parents: 9cf056e Author: Michael Joyce <[email protected]> Authored: Fri Jul 18 14:51:49 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Fri Jul 18 14:51:49 2014 -0700 ---------------------------------------------------------------------- ocw-ui/frontend-new/app/views/selectobservation.html | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/0d16f50f/ocw-ui/frontend-new/app/views/selectobservation.html ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/app/views/selectobservation.html b/ocw-ui/frontend-new/app/views/selectobservation.html index 4b9f6e7..7c4fe55 100644 --- a/ocw-ui/frontend-new/app/views/selectobservation.html +++ b/ocw-ui/frontend-new/app/views/selectobservation.html @@ -71,11 +71,6 @@ </div> </div> </div> - <!--<div class="row">--> - <!--<div class="col-md-4 col-md-offset-4">--> - <!--<hr />--> - <!--</div>--> - <!--</div>--> <div class="row top3"> <div class="col-md-3 col-md-offset-1"> <button class="btn btn-primary btn-block" ng-click="addDataSet()">Add Dataset</button>
