mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-07-23 01:57:06 +00:00
The guard condition on count being non negative and < 100 used the wrong
boolean operator. In its form it was impossible.
This error was introduced in 2013, in
|
||
|---|---|---|
| .. | ||
| APIHandler.js | ||
| ExportHandler.js | ||
| ImportHandler.js | ||
| PadMessageHandler.js | ||
| SocketIORouter.js | ||