Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
calebporzio committed Dec 12, 2019
1 parent 9b34882 commit cd57be8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/project-x.js": "/project-x.js?id=8ddea585824bef19cb31",
"/project-x.min.js": "/project-x.min.js?id=8f205394a2ed239a17a3"
"/project-x.js": "/project-x.js?id=c71aaeb90e1486c6278a",
"/project-x.min.js": "/project-x.min.js?id=c4fab9eee62bbe35e148"
}
4 changes: 2 additions & 2 deletions dist/project-x.js
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ function () {
}
});
}
} else if (['disabled', 'readonly', 'required', 'checked'].includes(attrName)) {
} else if (['disabled', 'readonly', 'required', 'checked', 'hidden'].includes(attrName)) {
// Boolean attributes have to be explicitly added and removed, not just set.
if (!!value) {
el.setAttribute(attrName, '');
Expand Down Expand Up @@ -1494,4 +1494,4 @@ module.exports = __webpack_require__(/*! /Users/calebporzio/Documents/Code/sites
/***/ })

/******/ });
});
});
Loading

0 comments on commit cd57be8

Please sign in to comment.