Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

force browser to re-fetch stylesheets and scripts #92

Merged
merged 2 commits into from
Jun 30, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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