[FIX] website media editor button position

bzr revid: chm@openerp.com-20140331100110-ue68pnnzaxusfu1u
This commit is contained in:
chm@openerp.com 2014-03-31 12:01:10 +02:00
parent f97a237b4b
commit fa6cb6d6a2
1 changed files with 3 additions and 0 deletions

View File

@ -1476,6 +1476,9 @@
self.$target.transfo({ hide: true });
});
},
onFocus : function () {
this.$target.transfo({ hide: true });
},
onBlur : function () {
this.$target.transfo({ hide: true });
},