mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
ecf7f1f261
Bug: 48502 Change-Id: I720d4fe65a6501b552dbef21cb258c027dc18867
8 lines
255 B
Plaintext
8 lines
255 B
Plaintext
hooks.txt
|
|
|
|
This documents Echo's client-side hooks:
|
|
|
|
'ext.echo.overlay.beforeShowingOverlay': Before showing the Echo overlay, it is
|
|
passed to this hook, which can modify the DOM or take other actions.
|
|
$overlay: the jQuery-wrapped element for the overlay
|