Skip to content

Commit

Permalink
Don't cache old tournament JS files
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarel committed Jul 2, 2015
1 parent 744a2d8 commit 5abc202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ <h3><button class="closebutton" tabindex="-1"><i class="icon-remove-sign"></i></
<script src="//play.pokemonshowdown.com/js/client-teambuilder.js?"></script>
<script src="//play.pokemonshowdown.com/js/client-ladder.js?"></script>
<script src="//play.pokemonshowdown.com/js/client-chat.js?"></script>
<script src="//play.pokemonshowdown.com/js/client-chat-tournament.js"></script>
<script src="//play.pokemonshowdown.com/js/client-chat-tournament.js?"></script>
<script src="//play.pokemonshowdown.com/js/client-battle.js?"></script>
<script src="//play.pokemonshowdown.com/js/client-rooms.js?"></script>
<script src="//play.pokemonshowdown.com/js/storage.js?"></script>
Expand Down

0 comments on commit 5abc202

Please sign in to comment.