Index: openacs-4/packages/xowiki/www/resources/repeat.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/repeat.js,v diff -u -N -r1.3 -r1.3.2.1 --- openacs-4/packages/xowiki/www/resources/repeat.js 2 Jun 2015 14:42:11 -0000 1.3 +++ openacs-4/packages/xowiki/www/resources/repeat.js 6 Dec 2016 11:32:46 -0000 1.3.2.1 @@ -22,6 +22,7 @@ // Make an existing but invisible item visible. currentItem.style.display = 'block'; + /* // IPAD HACK START // for ipad we have to set the contenteditiable to true for the ckeditor inline if it is false var ck_editors = $(currentItem.find('.xowiki-ckeditor.cke_editable.cke_editable_inline.cke_contents_ltr')); @@ -32,7 +33,7 @@ } } // IPAD HACK ENDE - + */ break; } }