Skip to content

Commit

Permalink
Merge pull request #92 from vatz88/gh-pages
Browse files Browse the repository at this point in the history
 force browser to re-fetch stylesheets and scripts
  • Loading branch information
vatz88 authored Jun 30, 2018
2 parents 4ce127c + ed96432 commit 1447999
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Website to visualize VIT timetable. Helpful to students of VIT University, Vellore campus during FFCS course registrations.

> Last updated for Winter Semester 2017-18
> Last updated for Fall Semester 2018-19
## Getting Started

Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
<!-- enjoy hints -->
<!--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/enjoyhint/3.1.0/enjoyhint.css" />-->
<!-- css -->
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style.css?d=30-6-2018" />
<!-- chat css -->
<link rel="stylesheet" href="css/chat.css" />
<link rel="stylesheet" href="css/chat.css?d=30-6-2018" />
</head>

<body>
Expand Down Expand Up @@ -730,10 +730,10 @@ <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"></script>
<script src="js/script.js"></script>
<script src="js/colorChange.js?d=30-6-2018"></script>
<script src="js/script.js?d=30-6-2018"></script>
<!-- chat js -->
<script src="js/chat.js"></script>
<script src="js/chat.js?d=30-6-2018"></script>
<!-- enjoy hint -->
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/enjoyhint/3.1.0/enjoyhint.min.js"></script>
<script src="js/enjoyhintsetup.js"></script>-->
Expand Down
2 changes: 1 addition & 1 deletion js/colorChange.js
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ function loadCourseData() {
var scripts = [
"https://cdnjs.cloudflare.com/ajax/libs/easy-autocomplete/1.3.5/jquery.easy-autocomplete.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-multiselect/0.9.15/js/bootstrap-multiselect.min.js",
"js/autocomplete_course.js"
"js/autocomplete_course.js?d=30-6-2018"
];

var stylesheets = [
Expand Down

0 comments on commit 1447999

Please sign in to comment.