Просмотр исходного кода

Puts fullscreen button in the top toolbar

j8
yanas 8 лет назад
Родитель
Сommit
ee31d24f7c
2 измененных файлов: 2 добавлений и 3 удалений
  1. 0
    1
      index.html
  2. 2
    2
      interface_config.js

+ 0
- 1
index.html Просмотреть файл

@@ -142,7 +142,6 @@
142 142
             <a class="button icon-dialpad" id="toolbar_button_dialpad" style="display: none"></a>
143 143
             <a class="button icon-settings" id="toolbar_button_settings"></a>
144 144
             <a class="button icon-raised-hand" id="toolbar_button_raisehand" shortcut="raiseHandPopover"></a>
145
-            <a class="button icon-full-screen" id="toolbar_button_fullScreen" shortcut="toggleFullscreenPopover"></a>
146 145
             <a class="button icon-toggle-filmstrip" id="toolbar_film_strip" data-container="body" shortcut="filmstripPopover"></a>
147 146
             <a class="button icon-feedback" id="feedbackButton"></a>
148 147
             <div id="sideToolbarContainer">

+ 2
- 2
interface_config.js Просмотреть файл

@@ -19,8 +19,8 @@ var interfaceConfig = { // eslint-disable-line no-unused-vars
19 19
     INVITATION_POWERED_BY: true,
20 20
     // the toolbar buttons line is intentionally left in one line, to be able
21 21
     // to easily override values or remove them using regex
22
-    MAIN_TOOLBAR_BUTTONS: ['microphone', 'camera', 'desktop', 'invite', 'hangup'], // jshint ignore:line
23
-    TOOLBAR_BUTTONS: ['profile', 'authentication', 'microphone', 'camera', 'desktop', 'recording', 'security', 'raisehand', 'chat', 'etherpad', 'sharedvideo', 'fullscreen', 'sip', 'dialpad', 'settings', 'hangup', 'filmstrip', 'contacts'], // jshint ignore:line
22
+    MAIN_TOOLBAR_BUTTONS: ['microphone', 'camera', 'desktop', 'invite', 'fullscreen', 'hangup'], // jshint ignore:line
23
+    TOOLBAR_BUTTONS: ['profile', 'authentication', 'microphone', 'camera', 'desktop', 'recording', 'security', 'raisehand', 'chat', 'etherpad', 'sharedvideo', 'sip', 'dialpad', 'settings', 'hangup', 'filmstrip', 'contacts'], // jshint ignore:line
24 24
     SETTINGS_SECTIONS: ['language', 'devices', 'moderator'],
25 25
     // Determines how the video would fit the screen. 'both' would fit the whole
26 26
     // screen, 'height' would fit the original video height to the height of the

Загрузка…
Отмена
Сохранить