aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-05-27 22:04:27 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-05-27 22:04:27 +0200
commit33f12c744149b271281226a1759eb744a7417412 (patch)
tree33ef257e23f632705c2376a74032aed9b56f2f01 /client
parentf0a397ee3dc8bd387330cc3c46a639b680e23991 (diff)
downloadPeerTube-33f12c744149b271281226a1759eb744a7417412.tar.gz
PeerTube-33f12c744149b271281226a1759eb744a7417412.tar.zst
PeerTube-33f12c744149b271281226a1759eb744a7417412.zip
Remove the include of ng2 bootstrap in the html index
Diffstat (limited to 'client')
-rw-r--r--client/index.html2
-rw-r--r--client/tslint.json1
2 files changed, 1 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>
diff --git a/client/tslint.json b/client/tslint.json
index 9653c965b..0cffea582 100644
--- a/client/tslint.json
+++ b/client/tslint.json
@@ -2,6 +2,7 @@
2 "rulesDirectory": ["./node_modules/codelyzer"], 2 "rulesDirectory": ["./node_modules/codelyzer"],
3 "rules": { 3 "rules": {
4 "class-name": true, 4 "class-name": true,
5 "no-inferrable-types": true,
5 "curly": false, 6 "curly": false,
6 "eofline": true, 7 "eofline": true,
7 "indent": ["spaces"], 8 "indent": ["spaces"],