Skip to content

Commit 9b68a71

Browse files
committed
Adds modernizr from CDN
1 parent 0e7cc13 commit 9b68a71

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

app/views/layouts/_head.html.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
<%= render partial: "layouts/js_exception_handler" %>
2222
<%= javascript_include_tag "application" %>
2323

24+
<script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js'></script>
25+
2426
<%= yield :additional_js %>
2527

2628
<% if (ENV['GOOGLE_ANALYTICS']) %>

lib/mitlibraries/theme/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Mitlibraries
22
module Theme
3-
VERSION = '0.2.0'.freeze
3+
VERSION = '0.3.0'.freeze
44
end
55
end

0 commit comments

Comments
 (0)