last changes on beta site
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Sun, 16 Jul 2017 15:49:45 +0000 (17:49 +0200)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Sun, 16 Jul 2017 15:49:45 +0000 (17:49 +0200)
web/brisk.css
web/room.css
web/xynt-streaming.js

index c0a99b0..5311daa 100644 (file)
@@ -28,7 +28,7 @@
 }
 
 body {
-    background-image: url('img/lines.png');
+    background-image: url('img/beta.png');
     background-color: #fafafa;
     background-attachment: fixed;
     margin: 0px;
@@ -110,7 +110,7 @@ img.ib_nobo {
     -moz-border-radius: 8px;
     border-radius: 8px;
 
-    background-image: url('img/lines_light.png');
+    background-image: url('img/beta_light.png');
     background-attachment: fixed;
 
     top: 0;
index 9f4946b..5666b0c 100644 (file)
@@ -138,7 +138,7 @@ table.placings td
 }
 
 table.placing {
-    background-image: url('img/lines_light.png');
+    background-image: url('img/beta_light.png');
     background-attachment: fixed;
 
     border: 1px solid gray;
@@ -202,7 +202,7 @@ table.room_tab td {
     -moz-border-radius: 8px;
     border-radius: 8px;
 
-    background-image: url('img/lines_light.png');
+    background-image: url('img/beta_light.png');
     background-attachment: fixed;
 
     width: 25%;
@@ -250,7 +250,7 @@ table.room_standup {
     border-spacing: 0px;
     padding: 0px;
 
-    background-image: url('img/lines_light.png');
+    background-image: url('img/beta_light.png');
     background-attachment: fixed;
 }
 
@@ -270,7 +270,7 @@ table.login {
     border: 1px solid gray;
     margin-top: 8px;
 
-    background-image: url('img/lines_light.png');
+    background-image: url('img/beta_light.png');
     background-attachment: fixed;
  }
 
@@ -322,7 +322,7 @@ div.esco {
     -moz-border-radius: 4px;
     border-radius: 4px;
 
-    background-image: url('img/lines_light.png');
+    background-image: url('img/beta_light.png');
     background-attachment: fixed;
 }
 
index 47059a4..a144f1c 100644 (file)
@@ -634,7 +634,8 @@ xynt_streaming.prototype = {
         // DEFAULT TRANSPORT PROTOCOL HERE websocketsec, websocket
         if (this.transp_fback > 0) {
             transp_type = "websocketsec";
-            transp_port = (this.transp_fback == 2 ? 443 : 8080);
+            // transp_port = (this.transp_fback == 2 ? 443 : 8080);
+            transp_port = 443;
         }
         else {
             transp_type = this.transp_type;