[FIX] website: quote slider not editable.

Quote slider must be editable when the snippet is dropped
in a page.

opw:628510
This commit is contained in:
Goffin Simon 2015-03-02 15:29:51 +01:00
parent 29cf197cfa
commit fc481c5e3a
1 changed files with 1 additions and 1 deletions

View File

@ -972,7 +972,7 @@
self.$target.carousel(+$(this).data('slide-to')); });
this.$target.attr('contentEditable', 'false');
this.$target.find('.oe_structure, .content.row, [data-slide]').attr('contentEditable', 'true');
this.$target.find('.oe_structure, .content.row, [data-slide], .row > blockquote').attr('contentEditable', 'true');
},
clean_for_save: function () {
this._super();