Index: openacs-4/packages/xowiki/www/ckeditor-images/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/ckeditor-images/index.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/xowiki/www/ckeditor-images/index.tcl 27 Apr 2015 15:28:24 -0000 1.6 +++ openacs-4/packages/xowiki/www/ckeditor-images/index.tcl 7 Aug 2017 23:48:31 -0000 1.7 @@ -11,3 +11,10 @@ set item_id $fs_package_id #::xo::db::CrClass get_instance_from_db -item_id $fs_package_id +template::add_body_handler -event onload -script {Init();} + +# Local variables: +# mode: tcl +# tcl-indent-level: 2 +# indent-tabs-mode: nil +# End: