aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-04-04 09:30:54 +0200
committerChocobozzz <me@florianbigard.com>2018-04-04 09:30:54 +0200
commitd49b872a7a2e0d6ecb9c23a349ba2c6e578ea3eb (patch)
tree39295304230cf333f95552478d7d2975d0550dea /client/src
parentc448d41242c5ae3b78830da4fdf37aa21b55a65f (diff)
downloadPeerTube-d49b872a7a2e0d6ecb9c23a349ba2c6e578ea3eb.tar.gz
PeerTube-d49b872a7a2e0d6ecb9c23a349ba2c6e578ea3eb.tar.zst
PeerTube-d49b872a7a2e0d6ecb9c23a349ba2c6e578ea3eb.zip
Add id to body for more specific css
Diffstat (limited to 'client/src')
-rw-r--r--client/src/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/index.html b/client/src/index.html
index cd9f76cf9..a57df3a93 100644
--- a/client/src/index.html
+++ b/client/src/index.html
@@ -23,7 +23,7 @@
23 </head> 23 </head>
24 24
25 <!-- 3. Display the application --> 25 <!-- 3. Display the application -->
26 <body> 26 <body id="custom-css">
27 27
28 <noscript> 28 <noscript>
29 <p>You are blocking Javascript, and we totally get that. However this endpoint uses Angular, so the front end is in full JavaScript and won't work without it. 29 <p>You are blocking Javascript, and we totally get that. However this endpoint uses Angular, so the front end is in full JavaScript and won't work without it.