Showing
1 changed file
with
4 additions
and
1 deletions
@@ -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> |
-
Please register or login to post a comment