|
@@ -8600,7 +8600,8 @@ window.Modernizr = function(n, e, t) {
|
|
|
}
|
|
|
function s(e, t) {
|
|
|
setTimeout(function() {
|
|
|
- if (h.isHelpEnabled()) {
|
|
|
+ // h.isHelpEnabled()
|
|
|
+ if (false) {
|
|
|
if (t(),
|
|
|
u.init(),
|
|
|
C.addClass("fadeIn landing " + u.deviceType),
|
|
@@ -15176,7 +15177,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
$("#player").css({
|
|
|
'background-image': "url("+(browser.isMobile()?settings.mobileBgImg:settings.bgImg)+")",
|
|
|
"background-position": "bottom center",
|
|
|
- "background-size": "100% auto",
|
|
|
+ "background-size": "100% 23%",
|
|
|
"background-repeat": "no-repeat",
|
|
|
"background-color": settings.bgColor,
|
|
|
})
|