Skip to content

Commit

Permalink
Update activities.md
Browse files Browse the repository at this point in the history
Took 3 minutes
  • Loading branch information
dport96 committed May 19, 2024
1 parent a2d38ee commit 0cab998
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nrts/activities.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ console.log(responseText);

<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script type="text/javascript">
/*
google.charts.load('current', {'packages':['corechart']});
google.charts.setOnLoadCallback(drawTable);
Expand Down Expand Up @@ -78,4 +79,5 @@ function handleQueryResponse(response) {
tableHtml += '<tbody></table>';
document.getElementById('table-container').innerHTML = tableHtml;
}
*/
</script>

0 comments on commit 0cab998

Please sign in to comment.