We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e477c52 commit 76ca48aCopy full SHA for 76ca48a
live-view.js
@@ -678,7 +678,7 @@ async function fetchLiveViewScripts(frameDocument) {
678
const linkHref = new URL(script.src);
679
const fileName = linkHref.pathname.slice(1);
680
681
- if (linkHref.origin == window.location.origin) {
+ if (/*linkHref.origin == window.location.origin*/ true) {
682
683
const file = Object.values(modifiedFiles).filter(file => (file.dir == selectedFile.dir.split(',') && file.name == fileName));
684
let resp;
0 commit comments