Commit c5a4cec19261816a7b02dbd0d08925e6a2a1891d

Authored by Karpikau Andrei
1 parent ec65046c

check init content form

... ... @@ -298,8 +298,9 @@ jQuery(document).ready(function(){
298 298 $('#structure_area').slideUp('slow', function(){
299 299 $('#work_area .editor-content').html(data);
300 300
  301 + initializeFieldForm($('#page_content_form'));
301 302 $('#work_area').slideDown('slow', function(){
302   - initializeFieldForm($('#page_content_form'));
  303 +
303 304 });
304 305
305 306 $('#work_area .editor-content').find('.cancel-content').click(function(){
... ...
1 1 module Kanjai
2   - VERSION = "0.0.168"
  2 + VERSION = "0.0.169"
3 3 end
... ...