Skip to content

Commit

Permalink
Merge pull request #1076 from fedspendingtransparency/staging-map-fix
Browse files Browse the repository at this point in the history
staging map fix filename
  • Loading branch information
anjenkin authored Aug 29, 2019
2 parents fda2756 + a888fa9 commit 3017b9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/colleges-and-universities/institutions.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function createMapbox() {
}

function renderAllSchools() {
$.getJSON('../../data-lab-data/CU/updated_CU_Data/CU_mapbox_v2.geojson', function(data) {
$.getJSON('../../data-lab-data/CU/updated_CU_data/CU_mapbox_v2.geojson', function(data) {

let geoandname = data.features.map(function (ele) {
return {
Expand Down Expand Up @@ -139,7 +139,7 @@ function createMapbox() {

// when the map first loads all resources!
map.on('load', function() {
$.getJSON('../../data-lab-data/CU/updated_CU_Data/CU_mapbox_v2.geojson', function(data) {
$.getJSON('../../data-lab-data/CU/updated_CU_data/CU_mapbox_v2.geojson', function(data) {

renderAllSchools(); // populate sidebar with list of all schools

Expand Down

0 comments on commit 3017b9c

Please sign in to comment.