mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Design admin data tables
This commit is contained in:
parent
04e0fc4888
commit
cd83ea1b90
18 changed files with 216 additions and 89 deletions
|
@ -13,6 +13,11 @@ function getParameterByName (name: string, url: string) {
|
|||
return decodeURIComponent(results[2].replace(/\+/g, ' '))
|
||||
}
|
||||
|
||||
function viewportHeight () {
|
||||
return Math.max(document.documentElement.clientHeight, window.innerHeight || 0)
|
||||
}
|
||||
|
||||
export {
|
||||
viewportHeight,
|
||||
getParameterByName
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue