mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-27 02:04:01 -04:00
10 lines
254 B
JavaScript
10 lines
254 B
JavaScript
document.addEventListener('DOMContentLoaded', function() {
|
|
track('.downloads .download a', function(el) {
|
|
return {
|
|
event: 'Download',
|
|
category: 'Button',
|
|
label: 'Packer | v' + el.href.match(/\/(\d+\.\d+\.\d+)\//)[1]
|
|
}
|
|
})
|
|
})
|