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, ''); ...@@ -241,7 +241,10 @@ SYSTEM """${system}"""`.replace(/^\s*\n/gm, '');
categories[category.toLowerCase()] = true; categories[category.toLowerCase()] = true;
} }
}); });
if (window.opener ?? false) {
window.opener.postMessage('loaded', '*'); window.opener.postMessage('loaded', '*');
}
}); });
</script> </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