summaryrefslogtreecommitdiff
path: root/client/web
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-06-10 19:37:37 +0200
committerJules Laplace <julescarbon@gmail.com>2017-06-10 19:37:37 +0200
commit4489d21b492066a8a85a3c418f407f973c966427 (patch)
treeb4ba66727232675a882365e4b3c8f4dfc071fbf5 /client/web
parenta2fef84c6f2ee294bb3c6276a8aa9686318c3154 (diff)
add polyfill earlier
Diffstat (limited to 'client/web')
-rw-r--r--client/web/templates/index.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/web/templates/index.ejs b/client/web/templates/index.ejs
index 4b7ab66..312e8e8 100644
--- a/client/web/templates/index.ejs
+++ b/client/web/templates/index.ejs
@@ -99,7 +99,7 @@ ga('send', 'pageview');
</head>
<body class='loading'>
<div id="react-root"></div>
-</body>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
+</body>
<script src="https://www.youtube.com/iframe_api"></script>
</html>