diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-06-04 10:05:17 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-06-04 10:05:17 +0200 |
commit | c21f59d334b748be99188688c9578c9cd5432874 (patch) | |
tree | 9e8f29e63e92ed3a9bc4c077ace939211cea06ec /client/.bootstraprc | |
parent | b20b5fed405f0ab24d24709d7db65625a79f3b37 (diff) | |
download | PeerTube-c21f59d334b748be99188688c9578c9cd5432874.tar.gz PeerTube-c21f59d334b748be99188688c9578c9cd5432874.tar.zst PeerTube-c21f59d334b748be99188688c9578c9cd5432874.zip |
Add webtorrent and jquery to webpack
Diffstat (limited to 'client/.bootstraprc')
-rw-r--r-- | client/.bootstraprc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/.bootstraprc b/client/.bootstraprc index a4d4fe689..76a0bdb7b 100644 --- a/client/.bootstraprc +++ b/client/.bootstraprc | |||
@@ -90,13 +90,13 @@ styles: | |||
90 | badges: false | 90 | badges: false |
91 | jumbotron: false | 91 | jumbotron: false |
92 | thumbnails: true | 92 | thumbnails: true |
93 | alerts: false | 93 | alerts: true |
94 | progress-bars: true | 94 | progress-bars: true |
95 | media: true | 95 | media: true |
96 | list-group: false | 96 | list-group: false |
97 | panels: false | 97 | panels: false |
98 | wells: false | 98 | wells: false |
99 | responsive-embed: false | 99 | responsive-embed: true |
100 | close: false | 100 | close: false |
101 | 101 | ||
102 | # Components w/ JavaScript | 102 | # Components w/ JavaScript |
@@ -112,7 +112,7 @@ styles: | |||
112 | ### Bootstrap scripts | 112 | ### Bootstrap scripts |
113 | scripts: | 113 | scripts: |
114 | transition: false | 114 | transition: false |
115 | alert: false | 115 | alert: true |
116 | button: false | 116 | button: false |
117 | carousel: false | 117 | carousel: false |
118 | collapse: false | 118 | collapse: false |