aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/views/templates/footer.ejs
blob: b0a82a61e8e9c8f949df39fe0c9fae5bf7d293b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

    <!--
        Le javascript
        ==================================================
        Placed at the end of the document so the pages load faster
    -->
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
    <script>window.jQuery || document.write('<script src="/js/jquery-1.9.0.min.js"><\/script>')</script>
    <script src="/js/bootstrap.min.js"></script>
    <script src="/js/retina.js"></script>
    <script>
        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
            (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
            m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
        })(window,document,'script','/js/analytics.js','ga');
        ga('create', 'UA-39435674-1', 'divid.no');
        ga('send', 'pageview');
    </script>