diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-05-23 11:07:42 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-05-23 11:07:42 +0200 |
commit | cf20596c107eb0833259fa1098cc784267298a19 (patch) | |
tree | 094044145bdae9a840ff1fa5ceb56751528d3826 /client/index.html | |
parent | 8140a704bbbecd149c68267545e4215579c9785c (diff) | |
download | PeerTube-cf20596c107eb0833259fa1098cc784267298a19.tar.gz PeerTube-cf20596c107eb0833259fa1098cc784267298a19.tar.zst PeerTube-cf20596c107eb0833259fa1098cc784267298a19.zip |
Add trivial sort for the client
Diffstat (limited to 'client/index.html')
-rw-r--r-- | client/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/index.html b/client/index.html index 8b98cbbb2..db4b76613 100644 --- a/client/index.html +++ b/client/index.html | |||
@@ -22,6 +22,8 @@ | |||
22 | 22 | ||
23 | <script src="/app/node_modules/webtorrent/webtorrent.min.js"></script> | 23 | <script src="/app/node_modules/webtorrent/webtorrent.min.js"></script> |
24 | 24 | ||
25 | <script src="/app/node_modules/ng2-bootstrap/bundles/ng2-bootstrap.min.js"></script> | ||
26 | |||
25 | <!-- 2. Configure SystemJS --> | 27 | <!-- 2. Configure SystemJS --> |
26 | <script src="/app/systemjs.config.js"></script> | 28 | <script src="/app/systemjs.config.js"></script> |
27 | <script> | 29 | <script> |