mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Prepare i18n files
This commit is contained in:
parent
1dd59831f8
commit
989e526abf
28 changed files with 853 additions and 166 deletions
|
@ -98,7 +98,7 @@ function lineFeedToHtml (obj: object, keyToNormalize: string) {
|
|||
|
||||
// Try to cache a little bit window.innerWidth
|
||||
let windowInnerWidth = window.innerWidth
|
||||
// setInterval(() => windowInnerWidth = window.innerWidth, 500)
|
||||
setInterval(() => windowInnerWidth = window.innerWidth, 500)
|
||||
|
||||
function isInSmallView () {
|
||||
return windowInnerWidth < 600
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue