Bläddra i källkod

Fixes the name for the recording button in interface_config.js

j8
hristoterezov 9 år sedan
förälder
incheckning
b010b3267d
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1
    1
      index.html
  2. 1
    1
      interface_config.js

+ 1
- 1
index.html Visa fil

@@ -19,7 +19,7 @@
19 19
     <script src="libs/tooltip.js?v=1"></script><!-- bootstrap tooltip lib -->
20 20
     <script src="libs/popover.js?v=1"></script><!-- bootstrap tooltip lib -->
21 21
     <script src="libs/toastr.js?v=1"></script><!-- notifications lib -->
22
-    <script src="interface_config.js?v=5"></script>
22
+    <script src="interface_config.js?v=6"></script>
23 23
     <script src="libs/app.bundle.js?v=138"></script>
24 24
     <script src="analytics.js?v=1"></script><!-- google analytics plugin -->
25 25
     <link rel="stylesheet" href="css/font.css?v=7"/>

+ 1
- 1
interface_config.js Visa fil

@@ -16,7 +16,7 @@ var interfaceConfig = {
16 16
     APP_NAME: "Jitsi Meet",
17 17
     INVITATION_POWERED_BY: true,
18 18
     ACTIVE_SPEAKER_AVATAR_SIZE: 100,
19
-    TOOLBAR_BUTTONS: ['authentication', 'microphone', 'camera', 'desktop', 'record', 'security', 'invite',
19
+    TOOLBAR_BUTTONS: ['authentication', 'microphone', 'camera', 'desktop', 'recording', 'security', 'invite',
20 20
         'chat', 'prezi', 'etherpad', 'fullscreen', 'sip', 'dialpad', 'settings', 'hangup', 'filmstrip', 'contacts'],
21 21
     /**
22 22
      * Whether to only show the filmstrip (and hide the toolbar).

Laddar…
Avbryt
Spara