1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00

Add ability to configure log level

This commit is contained in:
Chocobozzz 2018-01-19 13:58:13 +01:00
parent c7a9f34f72
commit 23e27dd535
No known key found for this signature in database
GPG key ID: 583A612D890159BE
13 changed files with 183 additions and 67 deletions

View file

@ -50,6 +50,8 @@ function root () {
// Thanks: https://stackoverflow.com/a/12034334
function escapeHTML (stringParam) {
if (!stringParam) return ''
const entityMap = {
'&': '&',
'<': '&lt;',