_includes/google-analytics.html [11:25]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
$(document).ready(function() {
$("code").bind({
copy: function(event) {
ga("send", "event", {
eventCategory: window.location.pathname,
eventAction: "copy_code"
});
},
cut: function(event) {
ga("send", "event", {
eventCategory: window.location.pathname,
eventAction: "copy_code"
});
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
assets/scripts/cookies.js [52:65]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
$(document).ready(function() {
$("code").bind({
copy: function(event) {
ga("send", "event", {
eventCategory: window.location.pathname,
eventAction: "copy_code"
});
},
cut: function(event) {
ga("send", "event", {
eventCategory: window.location.pathname,
eventAction: "copy_code"
});
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -