diff --git a/static/js/home.0xdb.js b/static/js/home.0xdb.js
index 91711cc0c..546b6b2a1 100644
--- a/static/js/home.0xdb.js
+++ b/static/js/home.0xdb.js
@@ -236,10 +236,8 @@ pandora.ui.home = function() {
.appendTo(that),
$text = $('
')
- .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') {