diff --git a/static/js/printView.js b/static/js/printView.js index 9e1d8589..4cd5fa62 100644 --- a/static/js/printView.js +++ b/static/js/printView.js @@ -4,18 +4,16 @@ pandora.ui.printView = function(data) { - var that = Ox.Element() - .css({ - padding: '64px 128px', - backgroundColor: 'rgb(255, 255, 255)', - color: 'rgb(0, 0, 0)' - }), + var that = Ox.Element().css({padding: '64px 128px'}), $loading = Ox.LoadingScreen().appendTo(that), sortKey = pandora.user.ui.listSort[0].key, keys = Ox.unique( ['director', 'id', 'summary', 'title', 'year'].concat(sortKey) ); - + + $($loading.find('img')[0]).attr({ + src: Ox.UI.getImageURL('symbolLoadingAnimated', null, 'oxlight') + }); Ox.$body.css({ background: 'rgb(255, 255, 255)', overflow: 'auto' @@ -34,7 +32,10 @@ pandora.ui.printView = function(data) { var padding; $loading.remove(); $('