[FIX] website: edit banner image

bzr revid: chm@openerp.com-20140313102119-nh6byvyeosqsosfn
This commit is contained in:
chm@openerp.com 2014-03-13 11:21:19 +01:00
parent 4093259ec2
commit caa33bbbbf
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();
},