Skip to content

Commit

Permalink
Update explore.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzhang8 committed Sep 20, 2020
1 parent cd3f567 commit b5a6d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/js/explore.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ function showBulletin(bulletinId) {
document.getElementById("bulletin-tab-text").innerHTML = bulletin[i].description;

if (bulletin[i].webLink != null) {
bulletinTab.insertAdjacentHTML('beforeend', '<button title="View School Calendar" id="calendar-button" class="primary float"><a style="color:white !important;" target="_blank" href="'+bulletin[i].webLink+'"><span uk-icon="icon: fa-paper-plane"></span></a></button>')
bulletinTab.insertAdjacentHTML('beforeend', '<button title="Visit Link" id="calendar-button" class="primary float"><a style="color:white !important;" target="_blank" href="'+bulletin[i].webLink+'"><span uk-icon="icon: fa-paper-plane"></span></a></button>')
}
}
}
Expand Down

0 comments on commit b5a6d8b

Please sign in to comment.