[FIX] bootstrap 3 events

bzr revid: xmo@openerp.com-20130830093211-s7bt1bawl1eftti5
This commit is contained in:
Xavier Morel 2013-08-30 11:32:11 +02:00
parent f71c0b9f6e
commit b49504a794
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@
website.editor = { };
website.editor.Dialog = openerp.Widget.extend({
events: {
'hidden': 'destroy',
'hidden.bs.modal': 'destroy',
},
init: function (editor) {
this._super();