mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-08-27 05:31:10 -05:00
Move config.js to /config/
This commit is contained in:
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>
|
||||
|
||||
Reference in New Issue
Block a user