diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-05-27 22:04:27 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-05-27 22:04:27 +0200 |
commit | 33f12c744149b271281226a1759eb744a7417412 (patch) | |
tree | 33ef257e23f632705c2376a74032aed9b56f2f01 /client/index.html | |
parent | f0a397ee3dc8bd387330cc3c46a639b680e23991 (diff) | |
download | PeerTube-33f12c744149b271281226a1759eb744a7417412.tar.gz PeerTube-33f12c744149b271281226a1759eb744a7417412.tar.zst PeerTube-33f12c744149b271281226a1759eb744a7417412.zip |
Remove the include of ng2 bootstrap in the html index
Diffstat (limited to 'client/index.html')
-rw-r--r-- | client/index.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/index.html b/client/index.html index bc750dde7..6fbcd1fa6 100644 --- a/client/index.html +++ b/client/index.html | |||
@@ -22,8 +22,6 @@ | |||
22 | 22 | ||
23 | <script src="client/node_modules/webtorrent/webtorrent.min.js"></script> | 23 | <script src="client/node_modules/webtorrent/webtorrent.min.js"></script> |
24 | 24 | ||
25 | <script src="client/node_modules/ng2-bootstrap/bundles/ng2-bootstrap.min.js"></script> | ||
26 | |||
27 | <!-- 2. Configure SystemJS --> | 25 | <!-- 2. Configure SystemJS --> |
28 | <script src="client/systemjs.config.js"></script> | 26 | <script src="client/systemjs.config.js"></script> |
29 | <script> | 27 | <script> |