Commit 980ec497 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: modelfiles create

parent df1bd035
......@@ -241,7 +241,10 @@ SYSTEM """${system}"""`.replace(/^\s*\n/gm, '');
categories[category.toLowerCase()] = true;
}
});
window.opener.postMessage('loaded', '*');
if (window.opener ?? false) {
window.opener.postMessage('loaded', '*');
}
});
</script>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment