Authored by 周少峰

'publish'

@@ -14,10 +14,13 @@ @@ -14,10 +14,13 @@
14 </script> 14 </script>
15 15
16 </div> 16 </div>
  17 +<div id="main">
  18 +
  19 +</div>
17 20
18 <script> 21 <script>
19 $(function () { 22 $(function () {
20 - $('body').load('/pfcms/html/grass/article/editorVideoDetail.html'); 23 + $('#main').load('/pfcms/html/grass/article/editorVideoDetail.html');
21 }) 24 })
22 </script> 25 </script>
23 </body> 26 </body>