mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 16:05:05 -04:00
Fixed determining file extension.
This commit is contained in:
parent
75b99386f2
commit
826dc93405
14 changed files with 250 additions and 332 deletions
|
@ -2,7 +2,7 @@
|
|||
These hooks are called on server-side.
|
||||
|
||||
=== loadSettings
|
||||
Called from: src/node/server.js
|
||||
Called from: src/node/server.ts
|
||||
|
||||
Things in context:
|
||||
|
||||
|
@ -11,7 +11,7 @@ Things in context:
|
|||
Use this hook to receive the global settings in your plugin.
|
||||
|
||||
=== shutdown
|
||||
Called from: src/node/server.js
|
||||
Called from: src/node/server.ts
|
||||
|
||||
Things in context: None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue