[ADD] pad: new etherpad plugin to remove autofocus
[odoo/odoo.git] / addons / pad / static / plugin / ep_disable_init_focus / static / js / disable_init_focus.js
1 exports.aceEditEvent = function(hook, call, editorInfo, rep, documentAttributeManager){
2
3     call.editorInfo.ace_focus = focus;
4     function focus(){
5         // Simple hook to disable the focus on the pad
6     }
7
8 };