We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5460c79 commit 1c7f307Copy full SHA for 1c7f307
static/search.js
@@ -85,7 +85,7 @@ var Search = Control.extend({
85
initSearchWorker: function() {
86
var options = this.options;
87
var self = this;
88
- var workerPath = options.pathPrefix + '/workers/static/search-worker.js';
+ var workerPath = options.pathPrefix + '/static/search-worker.js';
89
90
this.searchWorker = new Worker(workerPath);
91
this.searchWorker.addEventListener('message', this.didReceiveWorkerMessage.bind(this));
0 commit comments