Browse Source

Lofig should now function correctly with browsers that don't supporty ES6

theflametrooper 8 years ago
parent
commit
af0e65b43e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/build/index.html

+ 1 - 1
frontend/build/index.html

@@ -13,7 +13,7 @@
 	<script src="/vendor/jquery.min.js"></script>
 	<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.15.0/moment.min.js"></script>
 	<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/1.4.8/socket.io.min.js"></script>
-	<script src='https://cdn.rawgit.com/atjonathan/lofig/master/lofig.js'></script>
+	<script src='https://cdn.rawgit.com/atjonathan/lofig/master/dist/lofig.min.js'></script>
 </head>
 <body>
 	<script src="/bundle.js"></script>