Skip to content

Commit

Permalink
v3.0.14
Browse files Browse the repository at this point in the history
Merge pull request #790 from TechforgoodCAST/develop
  • Loading branch information
suninthesky authored Nov 21, 2018
2 parents a2b8a38 + be65d70 commit 597bc49
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/javascript/packs/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ document.addEventListener("turbolinks:load", function () {
// Utility
window.trackOutboundLink = function (url) {
window.ga("send", "event", "outbound", "click", url, {
"transport": "beacon",
"hitCallback": function () {
window.open(url);
}
"transport": "beacon"
});
};

0 comments on commit 597bc49

Please sign in to comment.