Showing
2 changed files
with
3 additions
and
2 deletions
| @@ -298,8 +298,9 @@ jQuery(document).ready(function(){ | @@ -298,8 +298,9 @@ jQuery(document).ready(function(){ | ||
| 298 | $('#structure_area').slideUp('slow', function(){ | 298 | $('#structure_area').slideUp('slow', function(){ |
| 299 | $('#work_area .editor-content').html(data); | 299 | $('#work_area .editor-content').html(data); |
| 300 | 300 | ||
| 301 | + initializeFieldForm($('#page_content_form')); | ||
| 301 | $('#work_area').slideDown('slow', function(){ | 302 | $('#work_area').slideDown('slow', function(){ |
| 302 | - initializeFieldForm($('#page_content_form')); | 303 | + |
| 303 | }); | 304 | }); |
| 304 | 305 | ||
| 305 | $('#work_area .editor-content').find('.cancel-content').click(function(){ | 306 | $('#work_area .editor-content').find('.cancel-content').click(function(){ |