Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
antik
gsll
Commits
13e65854
Commit
13e65854
authored
Aug 09, 2011
by
Liam M. Healy
Browse files
Updated flysheet analytics code
parent
6377b63b
Changes
1
Hide whitespace changes
Inline
Side-by-side
documentation/index.html
View file @
13e65854
...
...
@@ -9,6 +9,21 @@
content=
"text/html; charset=iso-8859-1"
>
<link
rev=
"made"
href=
"mailto:lhealy@common-lisp.net"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"site.css"
>
<script
type=
"text/javascript"
>
var
_gaq
=
_gaq
||
[];
_gaq
.
push
([
'
_setAccount
'
,
'
UA-25052371-1
'
]);
_gaq
.
push
([
'
_setDomainName
'
,
'
none
'
]);
_gaq
.
push
([
'
_setAllowLinker
'
,
true
]);
_gaq
.
push
([
'
_trackPageview
'
]);
(
function
()
{
var
ga
=
document
.
createElement
(
'
script
'
);
ga
.
type
=
'
text/javascript
'
;
ga
.
async
=
true
;
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>
</head>
<body>
<div
id=
"banner"
>
...
...
@@ -336,18 +351,9 @@ four-digit number; please attach them all to your email.
<!-- Created: Feb 25 2005 -->
<!-- hhmts start -->
<small>
Time-stamp:
<
201
0
-10-12
17
:46:29
EDT
index.html
>
Time-stamp:
<
201
1
-08-09
22
:37:23
EDT
index.html
>
</small>
<!-- hhmts end -->
</div>
<script
type=
"text/javascript"
>
var
gaJsHost
=
((
"
https:
"
==
document
.
location
.
protocol
)
?
"
https://ssl.
"
:
"
http://www.
"
);
document
.
write
(
unescape
(
"
%3Cscript src='
"
+
gaJsHost
+
"
google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E
"
));
</script>
<script
type=
"text/javascript"
>
var
pageTracker
=
_gat
.
_getTracker
(
"
UA-3669275-1
"
);
pageTracker
.
_initData
();
pageTracker
.
_trackPageview
();
</script>
</body>
</html>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment