fix splash hide
This commit is contained in:
parent
0b7a41d32e
commit
de4cc84523
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue