mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-10-03 16:41:50 +02:00
add flexsearch-0.8.0 (preview)
This commit is contained in:
2
match.js
2
match.js
@@ -18,7 +18,7 @@ let promise;
|
||||
|
||||
window.onmessage = function(event){
|
||||
|
||||
if(event.origin === location.protocol + "//" + location.hostname){
|
||||
if(event.origin === location.protocol + "//" + location.hostname + ":" + location.port){
|
||||
|
||||
const results = JSON.parse(event.data);
|
||||
//console.log(results);
|
||||
|
Reference in New Issue
Block a user