Updated Branches: refs/heads/trunk 6a0da9632 -> 8e211a421
AMBARI-2606. Set favicon for Ambari. (yusaku) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/8e211a42 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/8e211a42 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/8e211a42 Branch: refs/heads/trunk Commit: 8e211a4219c16f56d5312878df5dc7cd33354337 Parents: 6a0da96 Author: Yusaku Sako <[email protected]> Authored: Tue Jul 9 16:16:05 2013 -0700 Committer: Yusaku Sako <[email protected]> Committed: Tue Jul 9 16:16:05 2013 -0700 ---------------------------------------------------------------------- ambari-web/app/assets/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/8e211a42/ambari-web/app/assets/index.html ---------------------------------------------------------------------- diff --git a/ambari-web/app/assets/index.html b/ambari-web/app/assets/index.html index 1895e58..d9f22a8 100644 --- a/ambari-web/app/assets/index.html +++ b/ambari-web/app/assets/index.html @@ -29,11 +29,13 @@ <script> $(document).ready(function() { require('initialize'); + // make favicon work in firefox + $('link[type*=icon]').detach().appendTo('head'); $('#loading').remove(); }); </script> <title>Ambari</title> - <link rel="shortcut icon" href="/img/logo-micro.gif"> + <link rel="shortcut icon" href="/img/logo.png" type="image/x-icon"> </head> <body> <div id="loading">...Loading...</div>
