make byline on 0xDB home screen selectable

This commit is contained in:
rolux 2013-07-19 09:32:09 +00:00
parent 653666b3ef
commit 9b83fb3c0a

View file

@ -236,10 +236,8 @@ pandora.ui.home = function() {
.appendTo(that),
$text = $('<div>')
.html(Ox._(
'A Movie Database. \u2620 2007-{0} 0x2620. All Open Source.',
[Ox.formatDate(new Date(), '%Y')]
)).css({
.addClass('OxSelectable')
.css({
position: 'absolute',
left: 0,
top: '176px',
@ -251,6 +249,10 @@ pandora.ui.home = function() {
opacity: 0,
textAlign: 'center'
})
.html(Ox._(
'A Movie Database. \u2620 2007-{0} 0x2620. All Open Source.',
[Ox.formatDate(new Date(), '%Y')]
))
.appendTo(that);
if (pandora.user.level == 'guest') {