[rev] website: remove js fix from this branch

bzr revid: chm@openerp.com-20140314142244-efpgx9cohx3k337s
This commit is contained in:
chm@openerp.com 2014-03-14 15:22:44 +01:00
parent 62f0b963af
commit 10af6ef168
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-image, .carousel-inner .content > div').attr('contentEditable', 'true');
this.$target.find('.carousel-inner .content > div').attr('contentEditable', 'true');
this.$target.find('.carousel-image').attr('attributeEditable', 'true');
this._super();
},