[FIX] website: can't edit baner image. Add contentEditable on image tag.

bzr revid: chm@openerp.com-20140314143049-8sp1q32i4x4q76ga
This commit is contained in:
chm@openerp.com 2014-03-14 15:30:49 +01:00
parent 5af434260f
commit 8820d9f188
1 changed files with 1 additions and 1 deletions

View File

@ -1436,7 +1436,7 @@
this.$target.find('.carousel-control').off('click').on('click', function () {
self.$target.carousel( $(this).data('slide')); });
this.$target.find('.carousel-inner .content > div').attr('contentEditable', 'true');
this.$target.find('.carousel-image, .carousel-inner .content > div').attr('contentEditable', 'true');
this.$target.find('.carousel-image').attr('attributeEditable', 'true');
this._super();
},