SVG fix for IE 9+

This commit is contained in:
Godwin
2014-07-12 23:25:33 -06:00
parent 43351b0044
commit cbb3164c6a
4 changed files with 25 additions and 10 deletions
+1 -7
View File
@@ -7,10 +7,4 @@
%a{href: '/conferences/'}='Zine'
.columns.medium-3.large-3.text-right
©2014 Bike!Bike!
= javascript_include_tag '//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js'
:javascript
#{yield :scripts}
$(function(){
#{yield :dom_ready}
});
= yield :footer_scripts