Skip to content

Commit 1c7f307

Browse files
committed
Fixed referance to search-worker.js
1 parent 5460c79 commit 1c7f307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ var Search = Control.extend({
8585
initSearchWorker: function() {
8686
var options = this.options;
8787
var self = this;
88-
var workerPath = options.pathPrefix + '/workers/static/search-worker.js';
88+
var workerPath = options.pathPrefix + '/static/search-worker.js';
8989

9090
this.searchWorker = new Worker(workerPath);
9191
this.searchWorker.addEventListener('message', this.didReceiveWorkerMessage.bind(this));

0 commit comments

Comments
 (0)