summaryrefslogtreecommitdiffstats
path: root/templates/layout.html
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-01-12 01:41:07 +0100
committerAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-01-12 04:05:49 +0100
commitd4e67a0394d52d8c71229239f4148902123f46da (patch)
tree5ff52d252ec1b194f2c8ed52b8b4e9a84496318e /templates/layout.html
parent3d4d8ccc29046539a5922f5935572fec3ad533c6 (diff)
downloadpadlite-teams-d4e67a0394d52d8c71229239f4148902123f46da.tar.gz
padlite-teams-d4e67a0394d52d8c71229239f4148902123f46da.tar.bz2
padlite-teams-d4e67a0394d52d8c71229239f4148902123f46da.zip
templates: Remove IE8 compatibility
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/layout.html b/templates/layout.html
index ce3c767..8697454 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -10,12 +10,6 @@
<script src="{{ url_for('static', filename='js/jquery-1.10.2.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/bootstrap.min.js') }}"></script>
- <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
- <!--[if lt IE 9]>
- <script src="{{ url_for('static', filename='js/html5shiv.js') }}"></script>
- <script src="{{ url_for('static', filename='js/respond.min.js') }}"></script>
- <![endif]-->
-
<link href="{{ url_for('static', filename='css/custom.css') }}" rel="stylesheet" media="screen">
</head>
<body>