mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
12 lines
271 B
HTML
12 lines
271 B
HTML
@version(2)
|
|
@load('../../modules/admin/tpl/css/admin.bootstrap.css')
|
|
@load('../../modules/admin/tpl/css/admin.css')
|
|
<div class="x popup">
|
|
{!! $content !!}
|
|
</div>
|
|
<script>
|
|
jQuery(function() {
|
|
setTimeout(setFixedPopupSize, 500);
|
|
});
|
|
var _isPoped = true;
|
|
</script>
|