Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:musescore/musescore-connect
Browse files Browse the repository at this point in the history
  • Loading branch information
frankbaele committed Jul 13, 2016
2 parents 27050f8 + d72c7eb commit 5a1caf2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@
ga('create', 'UA-11896755-10', 'auto');
ga('send', 'pageview');

</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
var searchSubmit = document.getElementById('search-form');
Expand All @@ -54,4 +62,4 @@

</script>
</body>
</html>
</html>

0 comments on commit 5a1caf2

Please sign in to comment.