Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
Signed-off-by: Emanuele Feliziani <[email protected]>
  • Loading branch information
GioSensation committed Sep 12, 2023
1 parent 2ebe89e commit 98c7d94
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/autofill-debug.js

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

2 changes: 1 addition & 1 deletion dist/autofill.js

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

2 changes: 1 addition & 1 deletion src/Form/FormAnalyzer.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,9 @@ class FormAnalyzer {
* @returns {boolean}
*/
isCCForm () {
const formEl = this.form
if (this._isCCForm !== undefined) return this._isCCForm

const formEl = this.form
const ccFieldSelector = this.matching.joinCssSelectors('cc')
if (!ccFieldSelector) {
this._isCCForm = false
Expand Down
2 changes: 1 addition & 1 deletion swift-package/Resources/assets/autofill-debug.js

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

2 changes: 1 addition & 1 deletion swift-package/Resources/assets/autofill.js

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

0 comments on commit 98c7d94

Please sign in to comment.