fix splash hide

This commit is contained in:
Felix Niklas 2015-10-05 15:41:30 +02:00
parent 0b7a41d32e
commit de4cc84523

View file

@ -10,7 +10,7 @@ class App.Run extends App.Controller
return return
# hide splash screen # hide splash screen
$('#splash').hide() $('.splash').hide()
# init collections # init collections
App.Collection.init() App.Collection.init()