forked from 0x2620/pandora
make byline on 0xDB home screen selectable
This commit is contained in:
parent
653666b3ef
commit
9b83fb3c0a
1 changed files with 6 additions and 4 deletions
|
@ -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') {
|
||||
|
|
Loading…
Reference in a new issue