Skip to content
Snippets Groups Projects
Commit fa6cb6d6 authored by Christophe Matthieu's avatar Christophe Matthieu
Browse files

[FIX] website media editor button position

bzr revid: chm@openerp.com-20140331100110-ue68pnnzaxusfu1u
parent f97a237b
Branches
Tags
No related merge requests found
......@@ -1476,6 +1476,9 @@
self.$target.transfo({ hide: true });
});
},
onFocus : function () {
this.$target.transfo({ hide: true });
},
onBlur : function () {
this.$target.transfo({ hide: true });
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment