We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddeb6db + 9b68a71 commit f6bf622Copy full SHA for f6bf622
2 files changed
app/views/layouts/_head.html.erb
@@ -21,6 +21,8 @@
21
<%= render partial: "layouts/js_exception_handler" %>
22
<%= javascript_include_tag "application" %>
23
24
+<script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js'></script>
25
+
26
<%= yield :additional_js %>
27
28
<% if (ENV['GOOGLE_ANALYTICS']) %>
lib/mitlibraries/theme/version.rb
@@ -1,5 +1,5 @@
1
module Mitlibraries
2
module Theme
3
- VERSION = '0.2.0'.freeze
+ VERSION = '0.3.0'.freeze
4
end
5
0 commit comments