Преглед на файлове

Removes download logs references.

j8
damencho преди 8 години
родител
ревизия
4fdc11c6fb
променени са 6 файла, в които са добавени 0 реда и са изтрити 29 реда
  1. 0
    9
      css/_base.scss
  2. 0
    6
      css/_font-awesome.scss
  3. 0
    3
      css/_font.scss
  4. 0
    1
      index.html
  5. 0
    1
      lang/main.json
  6. 0
    9
      modules/UI/UI.js

+ 0
- 9
css/_base.scss Целия файл

@@ -81,15 +81,6 @@ form {
81 81
     display: block;
82 82
 }
83 83
 
84
-#downloadlog {
85
-    display: none;
86
-    position: absolute;
87
-    bottom: 5;
88
-    left: 5;
89
-    overflow: visible;
90
-    color: rgba(255,255,255,.50);
91
-}
92
-
93 84
 .active {
94 85
     background-color: #00ccff;
95 86
 }

+ 0
- 6
css/_font-awesome.scss Целия файл

@@ -255,9 +255,6 @@
255 255
 .fa-road:before {
256 256
   content: "\f018";
257 257
 }
258
-.fa-download:before {
259
-  content: "\f019";
260
-}
261 258
 .fa-arrow-circle-o-down:before {
262 259
   content: "\f01a";
263 260
 }
@@ -842,9 +839,6 @@
842 839
 .fa-exchange:before {
843 840
   content: "\f0ec";
844 841
 }
845
-.fa-cloud-download:before {
846
-  content: "\f0ed";
847
-}
848 842
 .fa-cloud-upload:before {
849 843
   content: "\f0ee";
850 844
 }

+ 0
- 3
css/_font.scss Целия файл

@@ -42,9 +42,6 @@
42 42
 .icon-chat:before {
43 43
   content: "\e906";
44 44
 }
45
-.icon-download:before {
46
-  content: "\e902";
47
-}
48 45
 .icon-edit:before {
49 46
   content: "\e907";
50 47
 }

+ 0
- 1
index.html Целия файл

@@ -212,7 +212,6 @@
212 212
                         <input type="checkbox" id="followMeCheckBox">
213 213
                         <label class="followMeLabel" for="followMeCheckBox" data-i18n="settings.followMe"></label>
214 214
                     </div>
215
-                    <a id="downloadlog" data-container="body"><i class="icon-download"></i></a>
216 215
                 </div>
217 216
             </div>
218 217
         </div>

+ 0
- 1
lang/main.json Целия файл

@@ -2,7 +2,6 @@
2 2
     "contactlist": "On Call (__participants__)",
3 3
     "connectionsettings": "Connection Settings",
4 4
     "poweredby": "powered by",
5
-    "downloadlogs": "Download logs",
6 5
     "feedback": "Give us your feedback",
7 6
     "roomUrlDefaultMsg": "Your conference is currently being created...",
8 7
     "me": "me",

+ 0
- 9
modules/UI/UI.js Целия файл

@@ -482,17 +482,8 @@ UI.start = function () {
482 482
             $('#noticeText').text(config.noticeMessage);
483 483
             $('#notice').css({display: 'block'});
484 484
         }
485
-        $("#downloadlog").click(function (event) {
486
-            let logs = APP.conference.getLogs();
487
-            let data = encodeURIComponent(JSON.stringify(logs, null, '  '));
488
-
489
-            let elem = event.target.parentNode;
490
-            elem.download = 'meetlog.json';
491
-            elem.href = 'data:application/json;charset=utf-8,\n' + data;
492
-        });
493 485
     } else {
494 486
         $("#mainToolbarContainer").css("display", "none");
495
-        $("#downloadlog").css("display", "none");
496 487
         FilmStrip.setupFilmStripOnly();
497 488
         messageHandler.enableNotifications(false);
498 489
         JitsiPopover.enabled = false;

Loading…
Отказ
Запис