mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Fix lint
This commit is contained in:
parent
a42a3d34a1
commit
1fdf8edb77
1 changed files with 2 additions and 2 deletions
|
@ -143,11 +143,11 @@ export class ClientHtml {
|
||||||
return htmlStringPage.replace('[manifestContentHash]', FILES_CONTENT_HASH.MANIFEST)
|
return htmlStringPage.replace('[manifestContentHash]', FILES_CONTENT_HASH.MANIFEST)
|
||||||
}
|
}
|
||||||
|
|
||||||
private static addFaviconContentHash(htmlStringPage: string) {
|
private static addFaviconContentHash (htmlStringPage: string) {
|
||||||
return htmlStringPage.replace('[faviconContentHash]', FILES_CONTENT_HASH.FAVICON)
|
return htmlStringPage.replace('[faviconContentHash]', FILES_CONTENT_HASH.FAVICON)
|
||||||
}
|
}
|
||||||
|
|
||||||
private static addLogoContentHash(htmlStringPage: string) {
|
private static addLogoContentHash (htmlStringPage: string) {
|
||||||
return htmlStringPage.replace('[logoContentHash]', FILES_CONTENT_HASH.LOGO)
|
return htmlStringPage.replace('[logoContentHash]', FILES_CONTENT_HASH.LOGO)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue