diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-04-28 20:40:56 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-04-28 20:40:56 +0200 |
commit | 8cfecb2ad70062edd448b00c57db241ad3d257cc (patch) | |
tree | 3e8b8c4adc23977601b7c5ea87eee08857ce2a3c /client/index.html | |
parent | cb11e775705392df4e2b5529447a5b439338beaf (diff) | |
download | PeerTube-8cfecb2ad70062edd448b00c57db241ad3d257cc.tar.gz PeerTube-8cfecb2ad70062edd448b00c57db241ad3d257cc.tar.zst PeerTube-8cfecb2ad70062edd448b00c57db241ad3d257cc.zip |
Add torrent informations (speed...) below the video
Diffstat (limited to 'client/index.html')
-rw-r--r-- | client/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/index.html b/client/index.html index 4b273aae4..6a2085ca6 100644 --- a/client/index.html +++ b/client/index.html | |||
@@ -31,7 +31,10 @@ | |||
31 | format: 'register', | 31 | format: 'register', |
32 | defaultExtension: 'js' | 32 | defaultExtension: 'js' |
33 | } | 33 | } |
34 | }, | 34 | } |
35 | }, | ||
36 | map: { | ||
37 | 'angular-pipes/src/math/bytes.pipe': '/app/node_modules/angular-pipes/src/math/bytes.pipe.js' | ||
35 | } | 38 | } |
36 | }); | 39 | }); |
37 | System.import('/app/angular/bootstrap') | 40 | System.import('/app/angular/bootstrap') |