forked from 0x2620/pandora
start loading screens
This commit is contained in:
parent
d74a264a6a
commit
778f935017
8 changed files with 11 additions and 11 deletions
|
|
@ -5,7 +5,7 @@
|
|||
pandora.ui.printView = function(data) {
|
||||
|
||||
var that = Ox.Element().css({padding: '64px 128px'}),
|
||||
$loading = Ox.LoadingScreen().appendTo(that),
|
||||
$loading = Ox.LoadingScreen().start().appendTo(that),
|
||||
sortKey = pandora.user.ui.listSort[0].key,
|
||||
keys = Ox.unique(
|
||||
['director', 'id', 'summary', 'title', 'year'].concat(sortKey)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue