.. | ||
static/js | ||
ep.json | ||
package.json | ||
README.md |
Readme
ep_disable_init_focus
is a very simple
Etherpad-lite plugin, which disable
the focus on the pad content after its loading.
Rationale
Etherpad-lite autofocus can be annoying to end-users when it is used in Odoo's "pad" widget, because it will override web client focus rules. This plugin is design to get rid of this behavior.
Installation instructions
-
Stop your Etherpad-lite server.
-
Copy the
ep_disabl_init_focus
folder into thenode_modules
folder of your Etherpad-lite installation. -
in the folder of your Etherpad-lite installation, run this command to install the plugin:
npm install node_modules/ep_disable_init_focus/
-
Restart the Etherpad-lite server.