mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
Move config.js to /config/
This commit is contained in:
parent
084d68d771
commit
1c18bf0f4d
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,6 +1,6 @@
|
|||
/sprites/
|
||||
/audio/
|
||||
/js/config.js
|
||||
/config/
|
||||
/index.php
|
||||
/index.html
|
||||
/data/*
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@ ga('send', 'pageview');
|
|||
document.getElementById('loading-message').innerHTML += ' DONE<br />Loading data...';
|
||||
</script>
|
||||
|
||||
<script src="//play.pokemonshowdown.com/js/config.js?"></script>
|
||||
<script src="//play.pokemonshowdown.com/config/config.js?"></script>
|
||||
<script src="//play.pokemonshowdown.com/js/battledata.js?"></script>
|
||||
<script src="//play.pokemonshowdown.com/js/storage.js?"></script>
|
||||
<script src="//play.pokemonshowdown.com/data/pokedex-mini.js?"></script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user