Code tidy up.
This commit is contained in:
parent
dd18d4449c
commit
fada387acf
|
@ -112,8 +112,8 @@
|
|||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
(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)
|
||||
(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','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-51053608-1', 'lillamacarons.com');
|
||||
|
@ -121,7 +121,7 @@
|
|||
|
||||
var trackOutboundLink = function(url) {
|
||||
ga('send', 'event', 'outbound', 'click', url);
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
function openMenu() {
|
||||
|
@ -146,7 +146,7 @@
|
|||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="sticker" onmouseover='openMenu();' onclick='openMenu();' >Lilla</h1>
|
||||
<h1 id="sticker" onmouseover="openMenu();" onclick="openMenu();" >Lilla</h1>
|
||||
<div id="contact">
|
||||
<span id="ordertext">Place your order here</span><br />
|
||||
<span class="icons">
|
||||
|
|
Loading…
Reference in a new issue