Skip to content

Commit

Permalink
Remove G2 lib tracking in frontend of Sentinel dashboard (#527)
Browse files Browse the repository at this point in the history
By upgrading G2 lib to version 3.4.10
  • Loading branch information
MickMo authored and sczyh30 committed Mar 1, 2019
1 parent ed5ecd8 commit 3e4fc7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sentinel-dashboard/src/main/webapp/resources/index_dev.htm
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

Large diffs are not rendered by default.

0 comments on commit 3e4fc7a

Please sign in to comment.