1
0
Fork 0

Fix plugins example color

This commit is contained in:
Chocobozzz 2021-04-12 11:24:01 +02:00
parent 62bc0352d9
commit b044cb188d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -633,7 +633,7 @@ async function register ({ registerSettingsScript }) {
PeerTube provides some HTML id so plugins can easily insert their own element:
```
```js
async function register (...) {
const elem = document.createElement('div')
elem.className = 'hello-world-h4'