Remove G2 lib tracking in frontend of Sentinel dashboard (#527)

By upgrading G2 lib to version 3.4.10
This commit is contained in:
MickMo 2019-03-01 15:28:37 +08:00 committed by Eric Zhao
parent ed5ecd8580
commit 3e4fc7a952
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
<script src="//cdn.bootcss.com/jquery/2.1.4/jquery.min.js"></script>
<script src="//cdn.bootcss.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
<script src="//cdn.bootcss.com/angular.js/1.4.8/angular.js"></script>
<script src="//gw.alipayobjects.com/os/antv/pkg/_antv.g2-3.2.0-beta.6/dist/g2.min.js"></script>
<script src="//gw.alipayobjects.com/os/antv/pkg/_antv.g2-3.4.10/dist/g2.min.js"></script>
<script src="http://localhost:1234/js/app.vendor.js"></script>
<script src="http://localhost:1234/js/app.js"></script>

File diff suppressed because one or more lines are too long