Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
Hotfix: wrong autocomplete template loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwin Jacobs committed Oct 15, 2020
1 parent 9df433c commit f71c5e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/view/frontend/web/js/quick-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ define([
}.bind(this));

var templateId = '#autocomplete-item-template';
this.options.template = templateId;
this.options.url = $(templateId).data('url');

return this._superApply(arguments);
Expand Down

0 comments on commit f71c5e8

Please sign in to comment.