diff --git a/src/data/socket-redux.html b/src/data/socket-redux.html
index f08bff82..674a2a43 100644
--- a/src/data/socket-redux.html
+++ b/src/data/socket-redux.html
@@ -350,12 +350,13 @@
constructor() {
super();
// Create websocket
- this.socket = io('https://dev.swarm.city', // eslint-disable-line
+ this.socket = io('https://scapiweb3-c.swarm.city', // eslint-disable-line
{
query: 'apiUser=swarmCity',
path: '/api',
transports: ['websocket', 'xhr-polling'],
autoConnect: false,
+ secure: false,
});
window.setUrl = (url) => {
this.socket.close();
diff --git a/src/displays/display-chat-messages.html b/src/displays/display-chat-messages.html
index 9ad78086..21f4aacb 100644
--- a/src/displays/display-chat-messages.html
+++ b/src/displays/display-chat-messages.html
@@ -87,7 +87,7 @@
-
+
@@ -111,7 +111,7 @@
[[item.message]]
-
+
diff --git a/src/displays/display-simpledeal-detail-funded.html b/src/displays/display-simpledeal-detail-funded.html
index 1faba9d8..4c12e918 100644
--- a/src/displays/display-simpledeal-detail-funded.html
+++ b/src/displays/display-simpledeal-detail-funded.html
@@ -173,7 +173,7 @@
-
+
diff --git a/src/displays/display-simpledeal-detail-selected.html b/src/displays/display-simpledeal-detail-selected.html
index 819eae57..938dfc9e 100644
--- a/src/displays/display-simpledeal-detail-selected.html
+++ b/src/displays/display-simpledeal-detail-selected.html
@@ -181,7 +181,7 @@
-
diff --git a/src/displays/display-simpledeal-detail.html b/src/displays/display-simpledeal-detail.html
index 02763e1c..e910e31f 100644
--- a/src/displays/display-simpledeal-detail.html
+++ b/src/displays/display-simpledeal-detail.html
@@ -416,7 +416,7 @@
-
diff --git a/src/displays/display-simpledeal-itemreplies.html b/src/displays/display-simpledeal-itemreplies.html
index f2d0b5c0..20210ea2 100644
--- a/src/displays/display-simpledeal-itemreplies.html
+++ b/src/displays/display-simpledeal-itemreplies.html
@@ -176,7 +176,7 @@
[[_formatDate(item.dateTime)]]
-
diff --git a/src/displays/display-simpledeal-items.html b/src/displays/display-simpledeal-items.html
index c4b37464..15b05a54 100644
--- a/src/displays/display-simpledeal-items.html
+++ b/src/displays/display-simpledeal-items.html
@@ -291,7 +291,7 @@
-
@@ -303,10 +303,10 @@
-
-
@@ -314,7 +314,7 @@
-
diff --git a/src/displays/display-simpledeal-reply-detail.html b/src/displays/display-simpledeal-reply-detail.html
index 81cb1e11..cb57247f 100644
--- a/src/displays/display-simpledeal-reply-detail.html
+++ b/src/displays/display-simpledeal-reply-detail.html
@@ -140,7 +140,7 @@
-
+
[[selectedReply.username]] ยท [[selectedReply.reputation]] SWR
diff --git a/src/pages/page-chat.html b/src/pages/page-chat.html
index a7900ad0..8db8a641 100644
--- a/src/pages/page-chat.html
+++ b/src/pages/page-chat.html
@@ -198,10 +198,10 @@
-
-
@@ -211,7 +211,7 @@