mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
18 lines
498 B
HTML
18 lines
498 B
HTML
<script>
|
|
$(function() {
|
|
var parent = window.opener ? window.opener : window.parent;
|
|
window.editor_copy_input = $("#{$parent_input_id}", parent.document);
|
|
window.editor_resize_iframe = window.editor_copy_input.siblings("iframe.editor_iframe");
|
|
});
|
|
</script>
|
|
|
|
<style>
|
|
body { margin: 0; }
|
|
.wfsr { display: none; }
|
|
</style>
|
|
|
|
<form>
|
|
<input type="hidden" name="primary_key" id="primary_key" value="" />
|
|
<input type="hidden" name="content" id="content" value="" />
|
|
{$editor|noescape}
|
|
</form>
|