Repository: incubator-atlas Updated Branches: refs/heads/branch-0.5-incubating 4e7c84bb6 -> f6a428f74
HDPDGI-82:Vishal:Load d3 js from lib folder instead of cdn (cherry picked from commit 6c896a7) Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/f6a428f7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/f6a428f7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/f6a428f7 Branch: refs/heads/branch-0.5-incubating Commit: f6a428f74384b8f2006029823b30ea5f3dee0834 Parents: 4e7c84b Author: Vishal Kadam <[email protected]> Authored: Mon Jun 15 21:39:10 2015 -0700 Committer: Venkatesh Seetharam <[email protected]> Committed: Tue Jun 16 17:34:07 2015 -0700 ---------------------------------------------------------------------- dashboard/v2/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/f6a428f7/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>
