Skip to content

Commit

Permalink
Merge pull request #67 from marklair/master
Browse files Browse the repository at this point in the history
updated ahoy js
  • Loading branch information
marklair authored Oct 31, 2024
2 parents afdbc0d + 4b024fd commit 5d99088
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions dist/js/core-styles/aye.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

webstop.aye.cargo = function(element){
let properties = {};
properties['store_number'] = webstop.storeNumber;
for(let attribute of element.attributes) {
if(attribute.name.indexOf('data-aye-property-')===0) {
properties[attribute.name.slice(18).split("-").join("_").toLowerCase()] = attribute.value;
Expand Down
1 change: 1 addition & 0 deletions js/core-styles/aye.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

webstop.aye.cargo = function(element){
let properties = {};
properties['store_number'] = webstop.storeNumber;
for(let attribute of element.attributes) {
if(attribute.name.indexOf('data-aye-property-')===0) {
properties[attribute.name.slice(18).split("-").join("_").toLowerCase()] = attribute.value;
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "core-styles",
"version": "0.6.19",
"version": "0.6.20",
"description": "The definitive source of styling guidelines for grocery website features.",
"private": true,
"author": "Greg Hemphill",
Expand Down

0 comments on commit 5d99088

Please sign in to comment.