spell vendor correctly

This commit is contained in:
maxwell 2010-11-17 12:25:09 -08:00
parent 8855897b0f
commit ba620e5400
2 changed files with 1 additions and 6 deletions

View file

@ -36,7 +36,7 @@
= csrf_meta_tag
= yield(:head)
= javascript_include_tag 'vender/ga'
= javascript_include_tag 'vendor/ga'
%body
- flash.each do |name, msg|

View file

@ -1,5 +1,3 @@
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17207587-5']);
_gaq.push(['_trackPageview']);
@ -9,6 +7,3 @@
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>