mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-25 09:21:10 +00:00
janus: Drop unused reference to font-awesome
In the upstream demo, https://janus.conf.meetecho.com/demos/videoroom.html, the font-awesome glyphicons were only being used to show the 'user' icon next to alias text field. We have replaced that with a simple unicode character. We also seem to have dropped the dependency on Debian package. However, we seem to forgotten to remove the inclusion of the JS file. This leads to a 404 error when loading Janus room. Tests: - The page loads and works as expected. The 'user' icon shows up. There are no 404 errors in the browser console. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
1d14d4a4d6
commit
adfbb1e2a4
@ -47,8 +47,6 @@
|
||||
type="text/css">
|
||||
<link rel="stylesheet"
|
||||
href="{% static 'janus/janus-video-room.css' %}" type="text/css">
|
||||
<link rel="stylesheet"
|
||||
href="/javascript/font-awesome/css/font-awesome.min.css" type="text/css">
|
||||
</head>
|
||||
|
||||
<body data-user-turn-config="{{ user_turn_config }}">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user