mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-23 07:40:55 +01:00
b480416375
Before this patch, visiting the read-only URL for a random pad would remove the "Save Revision" (the "star" icon) from all the other RW pads. The only way to make it appear again was to restart the server. This change does not fix the underlying bug: after visiting a read only link the "star" button would still disapper, but it is explictly reinserted via an ad-hoc condition. Fixes #3702 |
||
---|---|---|
.. | ||
db | ||
eejs | ||
handler | ||
hooks | ||
utils | ||
easysync_tests.js | ||
padaccess.js | ||
README.md | ||
server.js | ||
stats.js |
About the folder structure
- db - all modules that are accessing the data structure and are communicating directly to the database
- handler - all modules that respond directly to requests/messages of the browser
- utils - helper modules
Module name conventions
Module file names start with a capital letter and uses camelCase
Where does it start?
server.js is started directly