Skip to content

Commit

Permalink
Update SP.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Amos committed May 24, 2016
1 parent d720f01 commit 815b471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api-docs/_static/track.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$(document).ready(function() {
try {
var snowplowTracker = Snowplow.getTrackerUrl('derecho.elijah.cs.cmu.edu:8080');
var snowplowTracker = Snowplow.getTrackerUrl('sandstorm.elijah.cs.cmu.edu:8080');
snowplowTracker.enableLinkTracking();
snowplowTracker.trackPageView();
} catch (err) {}
Expand Down
2 changes: 1 addition & 1 deletion docs/js/extra.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.onload = function() {
var snowplowTracker = Snowplow.getTrackerUrl('derecho.elijah.cs.cmu.edu:8080');
var snowplowTracker = Snowplow.getTrackerUrl('sandstorm.elijah.cs.cmu.edu:8080');
snowplowTracker.enableLinkTracking();
snowplowTracker.trackPageView();
}

0 comments on commit 815b471

Please sign in to comment.