Skip to content

Commit

Permalink
fixed js error
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Mar 28, 2024
1 parent c0077e1 commit 76c7c26
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to this project will be documented in this file.

## [0.3.12] - 2024-03-28
- Fixed: js error

## [0.3.11] - 2024-03-28
- Fixed: maxResults option not working properly
- Deprecated: config option data.key (use data.keys instead)
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/assets/js/contao-autocompletejs-bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class AutocompletejsBundle {

turnOffAutocomplete(field);

this.configureData(options);
AutocompletejsBundle.configureData(options);


// decrease threshold since
Expand Down
Loading

0 comments on commit 76c7c26

Please sign in to comment.