-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathtest.html
43 lines (41 loc) · 1.22 KB
/
test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<html>
<head>
<script src="node_modules/js-cookie/src/js.cookie.js"></script>
<script src="node_modules/node-uuid/uuid.js"></script>
<script src="node_modules/blueimp-md5/js/md5.min.js"></script>
<script src="node_modules/test_track_js_client/dist/testTrack.js"></script>
</head>
<body>
<h1>Test Track test page</h1>
<pre>
<div style="visibility:hidden;width:0;height:0;" class="_tt">
<script>
window.TT = {
url: 'http://testtrack.test',
cookieDomain: '',
registry: {
best_looking: { john: 25, sam: 25, alan: 25, adam: 25 }
},
assignments: {
best_looking: 'sam'
}
};
</script>
</div>
</pre>
<div style="visibility:hidden;width:0;height:0;" class="_tt">
<script>
window.TT = {
url: 'http://testtrack.test',
cookieDomain: '',
registry: {
best_looking: { john: 25, sam: 25, alan: 25, adam: 25 }
},
assignments: {
best_looking: 'sam'
}
};
</script>
</div>
</body>
</html>