Skip to content

Commit

Permalink
Fixing error with "autofill on load"
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesegrits committed Jan 20, 2016
1 parent 3a8e429 commit 1e28694
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/fabrik_form/autofill/autofill-min.js

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

2 changes: 1 addition & 1 deletion plugins/fabrik_form/autofill/autofill.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ var Autofill = new Class({
*
* @return element object
*/
getElements: function (repeatNum) {
getElement: function (repeatNum) {
var testE = false;
var e = this.form.formElements.get(this.options.observe);

Expand Down

0 comments on commit 1e28694

Please sign in to comment.