mirror of https://github.com/hashicorp/packer
parent
b0937ff94d
commit
2f420c38b2
@ -1,3 +1,3 @@
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "middleman-hashicorp", "0.3.32"
|
||||
gem "middleman-hashicorp", "0.3.34"
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
track('.downloads .download a', el => {
|
||||
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]}`
|
||||
label: 'Packer | v' + el.href.match(/\/(\d+\.\d+\.\d+)\//)[1]
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
Loading…
Reference in new issue