Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sfu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alain Takoudjou
sfu
Commits
1064c4a4
Commit
1064c4a4
authored
4 years ago
by
Antonin Décimo
Committed by
Juliusz Chroboczek
4 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove mentions of #anonymous-users.
parent
f595da8f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
static/sfu.css
static/sfu.css
+0
-4
static/sfu.js
static/sfu.js
+0
-1
No files found.
static/sfu.css
View file @
1064c4a4
...
@@ -76,10 +76,6 @@ h1 {
...
@@ -76,10 +76,6 @@ h1 {
overflow-x
:
hidden
;
overflow-x
:
hidden
;
}
}
#anonymous-users
{
white-space
:
nowrap
;
}
#chatbox
{
#chatbox
{
width
:
100%
;
width
:
100%
;
}
}
...
...
This diff is collapsed.
Click to expand it.
static/sfu.js
View file @
1064c4a4
...
@@ -682,7 +682,6 @@ function addUser(id, name) {
...
@@ -682,7 +682,6 @@ function addUser(id, name) {
users
[
id
]
=
name
;
users
[
id
]
=
name
;
let
div
=
document
.
getElementById
(
'
users
'
);
let
div
=
document
.
getElementById
(
'
users
'
);
let
anon
=
document
.
getElementById
(
'
anonymous-users
'
);
let
user
=
document
.
createElement
(
'
div
'
);
let
user
=
document
.
createElement
(
'
div
'
);
user
.
id
=
'
user-
'
+
id
;
user
.
id
=
'
user-
'
+
id
;
user
.
textContent
=
name
?
name
:
'
(anon)
'
;
user
.
textContent
=
name
?
name
:
'
(anon)
'
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment