Skip to content

Commit 7bf3298

Browse files
committed
CSS and JS cache reset
1 parent f96c719 commit 7bf3298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
1818
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
1919
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
20-
<script src="/js/bignumber.js"></script>
21-
<script src="/js/ethplorer.js"></script>
20+
<script src="/js/bignumber.js?v=1"></script>
21+
<script src="/js/ethplorer.js?v=1"></script>
2222
<script src="/cfg/config.ethplorer.js"></script>
2323
</head>
2424
<body>

0 commit comments

Comments
 (0)