Skip to content

Commit

Permalink
just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
zanewolf committed Mar 16, 2022
1 parent fa602ef commit b6c3e61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion js/main_researchInterests.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ function sortResearchChangeFacultyTable() {

function changeColorPalette(){
selectedColorPalette = !selectedColorPalette;
myVisResearchInterests.updateColors();
myVisResearchInterests.wrangleData();

}
11 changes: 6 additions & 5 deletions vis_researchInterests.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,12 @@ <h1> Faculty Research Area Comparison</h1>
<!-- <option value="numResearchInterests">Sort Faculty: By Most Research Interests</option>-->
<!-- </select>-->
<!-- </div>-->
<!-- <div class="col-3">-->
<!-- <select id='faculty-table-research-sort-selector' class="custom-select align-self-center" onchange="sortResearchChangeFacultyTable()">-->
<!-- <option value="researchInterest" selected>Sort Research Interests: Default Ordering</option>-->
<!-- <option value="interestedFaculty">Sort Research Interests: By Number of Interested Faculty</option>-->
<!-- </select>-->
<!-- <div class="col-3">-->
<!-- <select id='faculty-table-research-sort-selector' class="custom-select align-self-center" onchange="sortResearchChangeFacultyTable()">-->
<!-- <option value="researchInterest" selected>Sort Research Interests: Default Ordering</option>-->
<!-- <option value="interestedFaculty">Sort Research Interests: By Number of Interested Faculty</option>-->
<!-- </select>-->
<!-- </div>-->
</div>
<div class="col-3 justify-content-left">
<select id='faculty-table-filter-research-selector' class="custom-select align-self-center" onchange="filterChangeFacultyTableRI()">
Expand Down

0 comments on commit b6c3e61

Please sign in to comment.