Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit 91d4172

Browse files
committed
Bumped to using the 0.8.2 JavaScript
1 parent f586bf0 commit 91d4172

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

examples/ads/async.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h1>Asynchronous ad tracking examples for snowplow.js</h1>
3232

3333
(function() {
3434
var sp = document.createElement('script'); sp.type = 'text/javascript'; sp.async = true; sp.defer = true;
35-
sp.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://d1fc8wv8zag5ca.cloudfront.net/0.8.1/sp.js';
35+
sp.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://d1fc8wv8zag5ca.cloudfront.net/0.8.2/sp.js';
3636
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(sp, s);
3737
})();
3838
</script>
@@ -51,7 +51,7 @@ <h1>Asynchronous ad tracking examples for snowplow.js</h1>
5151

5252
(function() {
5353
var sp = document.createElement('script'); sp.type = 'text/javascript'; sp.async = true; sp.defer = true;
54-
sp.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://d1fc8wv8zag5ca.cloudfront.net/0.8.1/sp.js';
54+
sp.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://d1fc8wv8zag5ca.cloudfront.net/0.8.2/sp.js';
5555
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(sp, s);
5656
})();
5757
</script>
@@ -70,7 +70,7 @@ <h1>Asynchronous ad tracking examples for snowplow.js</h1>
7070

7171
(function() {
7272
var sp = document.createElement('script'); sp.type = 'text/javascript'; sp.async = true; sp.defer = true;
73-
sp.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://d1fc8wv8zag5ca.cloudfront.net/0.8.1/sp.js';
73+
sp.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://d1fc8wv8zag5ca.cloudfront.net/0.8.2/sp.js';
7474
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(sp, s);
7575
})();
7676
</script>

examples/web/async.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
(function() {
3030
var sp = document.createElement('script'); sp.type = 'text/javascript'; sp.async = true; sp.defer = true;
31-
sp.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://d1fc8wv8zag5ca.cloudfront.net/0.8.1/sp.js';
31+
sp.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://d1fc8wv8zag5ca.cloudfront.net/0.8.2/sp.js';
3232
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(sp, s);
3333
})();
3434
</script>

examples/web/sync.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<!-- SnowPlow starts plowing -->
2121
<script type="text/javascript">
22-
var spSrc = ('https:' == document.location.protocol ? 'https' : 'http') + '://d1fc8wv8zag5ca.cloudfront.net/0.8.1/sp.js';
22+
var spSrc = ('https:' == document.location.protocol ? 'https' : 'http') + '://d1fc8wv8zag5ca.cloudfront.net/0.8.2/sp.js';
2323
document.write(unescape("%3Cscript src='" + spSrc + "' type='text/javascript'%3E%3C/script%3E"));
2424
</script>
2525
<script type="text/javascript">

0 commit comments

Comments
 (0)