[FIX]website snippet: banner content editable
authorChristophe Matthieu <chm@openerp.com>
Tue, 18 Feb 2014 10:17:37 +0000 (11:17 +0100)
committerChristophe Matthieu <chm@openerp.com>
Tue, 18 Feb 2014 10:17:37 +0000 (11:17 +0100)
bzr revid: chm@openerp.com-20140218101737-o19ht6n6f2o26pfe

addons/website/static/src/js/website.snippets.editor.js

index c7ffc4f..453be32 100644 (file)
             this.$target.find('.carousel-control').off('click').on('click', function () {
                 self.$target.carousel( $(this).data('slide')); });
 
-            this.$target.find('.carousel-image, .content').attr('contentEditable', 'true');
+            this.$target.find('.carousel-inner .content > div').attr('contentEditable', 'true');
             this.$target.find('.carousel-image').attr('attributeEditable', 'true');
             this._super();
         },