spell vendor correctly
This commit is contained in:
parent
8855897b0f
commit
ba620e5400
2 changed files with 1 additions and 6 deletions
|
|
@ -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|
|
||||
|
|
|
|||
5
public/javascripts/vendor/ga.js
vendored
5
public/javascripts/vendor/ga.js
vendored
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue