Updated custom index.html on jitsi.member
authorRuben Rodriguez <ruben@gnu.org>
Tue, 21 Jul 2020 19:26:36 +0000 (15:26 -0400)
committerAmin Bandali <bandali@gnu.org>
Thu, 20 Aug 2020 22:17:59 +0000 (18:17 -0400)
files/index.html

index ab0a76f3973b53069ec884b7dcea67931c585a5f..d98571905a05cc95f30049e8b56934d7085ff005 100644 (file)
@@ -26,8 +26,8 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <!--#include virtual="base.html" -->
 
-    <link rel="stylesheet" href="css/all.css?v=3729">
-
+    <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
+    <link rel="stylesheet" href="css/all.css?v=4289">
     <style>
       body {background: #222!important}
       #fsflogo{
         background: #fff;
         width:680px;
         margin: 30px auto;
-       padding:15px;
+        padding:15px;
         border-radius: 10px!important;
       }
 
       .header-text-title {
-       display: none
+        display: none
       }
 
       #fsfcustom p {
       .welcome .header-text{
         margin-top:22px!important;
       }
+      .leftwatermark, .header-text-description{
+        display: none!important;
+      }
     </style>
-
     <script type="text/javascript">
     /** @licstart  The following is the entire license notice for the
      *  JavaScript code in this page
      *  for the JavaScript code in this page.
      */
     </script>
+    <script>
+        document.addEventListener('DOMContentLoaded', () => {
+            if (!JitsiMeetJS.app) {
+                return;
+            }
 
+            JitsiMeetJS.app.renderEntryPoint({
+                Component: JitsiMeetJS.app.entryPoints.APP
+            })
+        })
+    </script>
     <script>
-// @license magnet:?xt=urn:btih:8e4f440f4c65981c5bf93c76d35135ba5064d8b7&dn=apache-2.0.txt Apache-2.0
         // IE11 and earlier can be identified via their user agent and be
         // redirected to a page that is known to have no newer js syntax.
         if (window.navigator.userAgent.match(/(MSIE|Trident)/)) {
-            window.location.href = "static/recommendedBrowsers.html";
+            var roomName = encodeURIComponent(window.location.pathname);
+            window.location.href = "static/recommendedBrowsers.html" + "?room=" + roomName;
         }
 
         window.indexLoadedTime = window.performance.now();
             "logging_config.js",
             "lib-jitsi-meet.min.js",
             "app.bundle.min.js",
-            "all.css?v=3729"
+            "all.css?v=4289"
         ];
         var loadErrHandler = function(e) {
             var target = e.target;
         };
         window.addEventListener(
             'error', loadErrHandler, true /* capture phase type of listener */);
-// @license-end
     </script>
     <script><!--#include virtual="/config.js" --></script><!-- adapt to your needs, i.e. set hosts and bosh path -->
     <!--#include virtual="connection_optimization/connection_optimization.html" -->
     <script src="libs/do_external_connect.min.js?v=1"></script>
     <script><!--#include virtual="/interface_config.js" --></script>
     <script><!--#include virtual="/logging_config.js" --></script>
-    <script src="libs/lib-jitsi-meet.min.js?v=3729"></script>
-    <script src="libs/app.bundle.min.js?v=3729"></script>
+    <script src="libs/lib-jitsi-meet.min.js?v=4289"></script>
+    <script src="libs/app.bundle.min.js?v=4289"></script>
     <!--#include virtual="title.html" -->
     <!--#include virtual="plugin.head.html" -->
     <!--#include virtual="static/welcomePageAdditionalContent.html" -->