This commit is contained in:
John Poulin
2014-04-08 12:49:31 -04:00
committed by cktricky
parent 9fd91a8224
commit e760fc0087
3 changed files with 17 additions and 10 deletions
+7 -7
View File
@@ -6,13 +6,13 @@
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %> <!-- <~ What is this for? I hear it helps w/ JS and Sea-surfing.....whatevz -->
<!-- bootstrap css -->
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<!--[if lte IE 7]>
<script src="assets/fonts/lte-ie7.js">
</script>
<![endif]-->
<!-- Google Visualization JS -->
<%
if cookies[:font]
%>
<style>body { font-size:<%= cookies[:font] %>pt !important;}</style>
<%
end
%>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
</head>