|
@@ -108,13 +108,13 @@ UI.start = function() {
|
108
|
108
|
$('body').addClass('mobile-browser');
|
109
|
109
|
} else {
|
110
|
110
|
$('body').addClass('desktop-browser');
|
|
111
|
+ }
|
111
|
112
|
|
112
|
|
- if (config.backgroundAlpha !== undefined) {
|
113
|
|
- const backgroundColor = $('body').css('background-color');
|
114
|
|
- const alphaColor = setColorAlpha(backgroundColor, config.backgroundAlpha);
|
|
113
|
+ if (config.backgroundAlpha !== undefined) {
|
|
114
|
+ const backgroundColor = $('body').css('background-color');
|
|
115
|
+ const alphaColor = setColorAlpha(backgroundColor, config.backgroundAlpha);
|
115
|
116
|
|
116
|
|
- $('body').css('background-color', alphaColor);
|
117
|
|
- }
|
|
117
|
+ $('body').css('background-color', alphaColor);
|
118
|
118
|
}
|
119
|
119
|
|
120
|
120
|
if (config.iAmRecorder) {
|