mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-03 05:39:12 -04:00
Pad: Run padLoad
hook asynchronously
This commit is contained in:
parent
b38d66b30b
commit
07146591dd
2 changed files with 2 additions and 1 deletions
|
@ -77,6 +77,7 @@
|
|||
* `padCreate`: The `author` context property is deprecated; use the new
|
||||
`authorId` context property instead.
|
||||
* `padLoad`: Now runs when a temporary Pad object is created during import.
|
||||
Also, it now runs asynchronously.
|
||||
* `padRemove`: The `padID` context property is deprecated; use `pad.id`
|
||||
instead.
|
||||
* `padUpdate`: The `author` context property is deprecated; use the new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue