1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-09-03 02:42:53 +02:00

add missing origin

This commit is contained in:
Thomas Wilkerling
2025-03-05 11:38:37 +01:00
parent 330a82dd76
commit a6865b01c3

View File

@@ -365,7 +365,7 @@ function perform_match(){
}
else{
window.top.postMessage(JSON.stringify(res), location.protocol + "//" + location.hostname + ":" + location.port);
window.top.postMessage(JSON.stringify(res), location.origin /*location.protocol + "//" + location.hostname + ":" + location.port*/);
}