copy: function()

in assets/scripts/cookies.js [54:59]


        copy: function(event) {
          ga("send", "event", {
            eventCategory: window.location.pathname,
            eventAction: "copy_code"
          });
        },