Commit 09875efd

mo <mokha@cisco.com>
2017-04-22 16:47:45
remove chrome_frame.
1 parent 793b028
Changed files (2)
app/views/layouts/_chrome_frame.html.erb
@@ -1,6 +0,0 @@
-<!--[if IE]>
-<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script>
-<script>
-  CFInstall.check({ mode: "overlay" });
-</script>
-<![endif]-->
app/views/layouts/application.html.erb
@@ -5,7 +5,6 @@
 <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
 <title><%= full_title(yield(:title)) %></title>
 <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
-<meta name="google-site-verification" content="X9sZ3dovM2s1pJg68Bb0q1oRqqiJYdzAwGeaGlOy6PM" />
 <meta name="description" content="<%= yield(:description) %>" />
 <meta name="mobile-web-app-capable" content="yes">
 <meta name="apple-mobile-web-app-capable" content="yes">
@@ -38,7 +37,6 @@
 </div> <!-- /container -->
 <%= render "layouts/footer" %>
 <%= render "layouts/uservoice_feedback"%>
-<%= render "layouts/chrome_frame"%>
 <%= render "layouts/disqus_comments_count" %>
 <%= render "layouts/google_analytics" %>
 </body>