HDPDGI-82:Vishal:Load d3 js from lib folder instead of cdn
Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/6c896a7a Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/6c896a7a Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/6c896a7a Branch: refs/heads/master Commit: 6c896a7af360c21dec207fc0cad92a715264f116 Parents: 63c86bf Author: Vishal Kadam <[email protected]> Authored: Tue Jun 16 00:39:10 2015 -0400 Committer: Vishal Kadam <[email protected]> Committed: Tue Jun 16 00:39:10 2015 -0400 ---------------------------------------------------------------------- dashboard/v2/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/6c896a7a/dashboard/v2/public/index.html ---------------------------------------------------------------------- diff --git a/dashboard/v2/public/index.html b/dashboard/v2/public/index.html index 4a2e824..90356f3 100644 --- a/dashboard/v2/public/index.html +++ b/dashboard/v2/public/index.html @@ -64,7 +64,7 @@ <script src="lib/angular-ui-router/release/angular-ui-router.js"></script> <script src="lib/angular-ui-utils/ui-utils.js"></script> <script src="lib/lodash/lodash.js"></script> -<script src="http://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script> +<script src="/lib/d3/d3.js"></script> <script src="js/app.min.js"></script> </body>
