mirror of
				https://github.com/Chocobozzz/PeerTube.git
				synced 2025-02-25 18:55:32 -06:00 
			
		
		
		
	Remove the include of ng2 bootstrap in the html index
This commit is contained in:
		@@ -22,8 +22,6 @@
 | 
			
		||||
 | 
			
		||||
    <script src="client/node_modules/webtorrent/webtorrent.min.js"></script>
 | 
			
		||||
 | 
			
		||||
    <script src="client/node_modules/ng2-bootstrap/bundles/ng2-bootstrap.min.js"></script>
 | 
			
		||||
 | 
			
		||||
    <!-- 2. Configure SystemJS -->
 | 
			
		||||
    <script src="client/systemjs.config.js"></script>
 | 
			
		||||
    <script>
 | 
			
		||||
 
 | 
			
		||||
@@ -2,6 +2,7 @@
 | 
			
		||||
  "rulesDirectory": ["./node_modules/codelyzer"],
 | 
			
		||||
  "rules": {
 | 
			
		||||
    "class-name": true,
 | 
			
		||||
    "no-inferrable-types": true,
 | 
			
		||||
    "curly": false,
 | 
			
		||||
    "eofline": true,
 | 
			
		||||
    "indent": ["spaces"],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user