浏览代码

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

theflametrooper 8 年之前
父节点
当前提交
af0e65b43e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>