jfinn 3 роки тому
джерело
коміт
e55a35d03d
1 змінених файлів з 3 додано та 3 видалено
  1. 3
    3
      react/features/large-video/components/styles.js

+ 3
- 3
react/features/large-video/components/styles.js Переглянути файл

@@ -7,9 +7,9 @@ import { ColorSchemeRegistry, schemeColor } from '../../base/color-scheme';
7 7
  */
8 8
 export const AVATAR_SIZE = 200;
9 9
 
10
-if (window.glob_vhooks){
11
-    window.glob_vhooks.style_sheet = StyleSheet
12
-    window.glob_vhooks.absoluteFillObject = StyleSheet.absoluteFillObject
10
+if (window.glob_vhook){
11
+    window.glob_vhook.style_sheet = StyleSheet
12
+    window.glob_vhook.absoluteFillObject = StyleSheet.absoluteFillObject
13 13
 
14 14
 } else {
15 15
     window.style_sheet = StyleSheet

Завантаження…
Відмінити
Зберегти