BattleSim/client/app/js/initializers/loading_message.coffee

4 lines
113 B
CoffeeScript
Raw Normal View History

2016-02-01 22:19:30 +00:00
PokeBattle.events.once "ready", ->
$loading = $(".loading-container")
$loading.fadeOut(-> $loading.remove())