diff --git a/public/js/Room.js b/public/js/Room.js
index 1fc877fd..eb77b19d 100644
--- a/public/js/Room.js
+++ b/public/js/Room.js
@@ -147,7 +147,6 @@ function initClient() {
setTippy('whiteboardEraserBtn', 'Eraser', 'bottom');
setTippy('whiteboardCleanBtn', 'Clean', 'bottom');
setTippy('whiteboardCloseBtn', 'Close', 'right');
- setTippy('chatMessage', 'New line: Shift + Enter', 'top-start');
setTippy('chatCleanTextButton', 'Clean', 'top');
setTippy('chatPasteButton', 'Paste', 'top');
setTippy('chatSendButton', 'Send', 'top');
diff --git a/public/js/RoomClient.js b/public/js/RoomClient.js
index 7f450449..85951834 100644
--- a/public/js/RoomClient.js
+++ b/public/js/RoomClient.js
@@ -958,7 +958,6 @@ class RoomClient {
}
if (!this.isMobileDevice) {
this.setTippy(pn.id, 'Toggle Pin', 'top-end');
- this.setTippy(elem.id, 'Full Screen', 'top-end');
this.setTippy(ts.id, 'Snapshot', 'top-end');
this.setTippy(au.id, 'Audio status', 'top-end');
}
@@ -1271,7 +1270,6 @@ class RoomClient {
console.log('[addConsumer] Video-element-count', this.videoMediaContainer.childElementCount);
if (!this.isMobileDevice) {
this.setTippy(pn.id, 'Toggle Pin', 'top-end');
- this.setTippy(elem.id, 'Full Screen', 'top-end');
this.setTippy(ts.id, 'Snapshot', 'top-end');
this.setTippy(sf.id, 'Send file', 'top-end');
this.setTippy(sm.id, 'Send message', 'top-end');
diff --git a/public/views/Room.html b/public/views/Room.html
index 7c62c11d..c59e44c6 100644
--- a/public/views/Room.html
+++ b/public/views/Room.html
@@ -80,9 +80,9 @@
-
-
-
+
+
+