Skip to content

Commit

Permalink
chore: TEMP comment out Wordlbank and generators
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrkalinin committed Sep 21, 2016
1 parent 37d6372 commit 90a7b32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/partials/analysis/getData/sidebar.jade
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ div(ng-controller="GetDataSidebarCtrl as sidebar")
ng-click="sidebar.show('socrData')"
ng-class="{active: sidebar.selected == 'getDataSocrData'}")
| Load SOCR dataset
a#getDataWorldBank.list-group-item(
a#getDataWorldBank.list-group-item.disabled(
href=""
ng-click="sidebar.show('worldBank')"
ng-class="{active: sidebar.selected == 'getDataWorldBank'}")
| Load data from WorldBank
a#getDataGenerate.list-group-item(
a#getDataGenerate.list-group-item.disabled(
href=""
ng-click="sidebar.show('generate')"
ng-class="{active: sidebar.selected == 'getDataGenerate'}")
Expand Down

0 comments on commit 90a7b32

Please # to comment.