Skip to content

Commit d8a97ea

Browse files
authored
add version cache bust to script.js
1 parent d3884e7 commit d8a97ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ <h2>Panelists</h2>
190190
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script>
191191
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular-sanitize.min.js"></script>
192192

193-
<script src="script.js"></script>
193+
<script src="script.js?v=1"></script>
194194
<script>
195195
(function (i, s, o, g, r, a, m) {
196196
i['GoogleAnalyticsObject'] = r;

0 commit comments

Comments
 (0)