...
|
...
|
@@ -14,10 +14,13 @@ |
|
|
</script>
|
|
|
|
|
|
</div>
|
|
|
<div id="main">
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<script>
|
|
|
$(function () {
|
|
|
$('body').load('/pfcms/html/grass/article/editorVideoDetail.html');
|
|
|
$('#main').load('/pfcms/html/grass/article/editorVideoDetail.html');
|
|
|
})
|
|
|
</script>
|
|
|
</body>
|
...
|
...
|
|