Skip to content

Commit 43121da

Browse files
committed
Fixed versions in the ads test file too
1 parent 1b2268a commit 43121da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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.12.0/sp.js';
35+
sp.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://d1fc8wv8zag5ca.cloudfront.net/0.13.1/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.12.0/sp.js';
54+
sp.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://d1fc8wv8zag5ca.cloudfront.net/0.13.1/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.12.0/sp.js';
73+
sp.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://d1fc8wv8zag5ca.cloudfront.net/0.13.1/sp.js';
7474
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(sp, s);
7575
})();
7676
</script>

0 commit comments

Comments
 (0)