etherpad-lite/src
Richard Hansen 9fda5adcef ace2_inner.js: Improve discovery of sidediv and linemetricsdiv
The `Node.nextSibling` property returns the next Node, not the next
Element. If whitespace, an HTML comment, or any other type of
non-Element Node is ever introduced between the Elements then
`.nextSibling` no longer returns the desired Element. Switching to
`Element.nextElementSibling` would work, but finding the Elements by
ID is more readable and future-proof.
2021-07-30 03:51:56 -04:00
..
bin bin/updatePlugins.sh: Many refinements 2021-06-18 04:34:37 -04:00
locales Localisation updates from https://translatewiki.net. 2021-07-29 13:03:26 +02:00
node PadMessageHandler: Fix stats null dereference 2021-07-22 13:07:03 -04:00
static ace2_inner.js: Improve discovery of sidediv and linemetricsdiv 2021-07-30 03:51:56 -04:00
templates Chat: Use a <textarea> for message input 2021-07-19 23:44:33 +02:00
tests tests: Improve readability of multipleUsers.js 2021-07-25 02:23:50 +02:00
ep.json
etherpad_icon.svg
package-lock.json deps: Bump ueberdb2 to 1.4.13 2021-07-30 03:48:36 -04:00
package.json deps: Bump ueberdb2 to 1.4.13 2021-07-30 03:48:36 -04:00
README.md
web.config

Ignore this file and see the file in the base installation folder