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