mirror of
https://gitlab.com/Deukhoofd/BattleSim.git
synced 2025-09-02 08:57:19 +00:00
4 lines
113 B
CoffeeScript
4 lines
113 B
CoffeeScript
PokeBattle.events.once "ready", ->
|
|
$loading = $(".loading-container")
|
|
$loading.fadeOut(-> $loading.remove())
|