Skip to content

Commit

Permalink
Merge pull request #93 from vatz88/gh-pages
Browse files Browse the repository at this point in the history
Courses updated for winter sem 2018-19
  • Loading branch information
vatz88 authored Nov 8, 2018
2 parents 1447999 + 2439571 commit a3a1e79
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion data/all_data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/unique_courses.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ <h5 class="list-group-item-heading">F1+TF1</h5>
<!-- localForage -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/localforage/1.5.2/localforage.min.js"></script>
<!-- js -->
<script src="js/colorChange.js?d=30-6-2018"></script>
<script src="js/colorChange.js?d=8-11-2018"></script>
<script src="js/script.js?d=30-6-2018"></script>
<!-- chat js -->
<script src="js/chat.js?d=30-6-2018"></script>
Expand Down
4 changes: 2 additions & 2 deletions js/colorChange.js
Original file line number Diff line number Diff line change
Expand Up @@ -650,8 +650,8 @@ function loadCourseData() {
};

var $getRequests = [
"data/all_data.json",
"data/unique_courses.json"
"data/all_data.json?d=8-11-2018",
"data/unique_courses.json?d=d=8-11-2018"
].map(function (url) {
return prepareGetRequest(url);
});
Expand Down
2 changes: 1 addition & 1 deletion util/output.json

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions util/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified util/report.xlsx
Binary file not shown.

0 comments on commit a3a1e79

Please sign in to comment.