summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-09-23 23:23:13 -0400
committerEvan Prodromou <evan@status.net>2009-09-23 23:23:13 -0400
commita5ed805aeabab3930d066b2777dbab9663bc487f (patch)
tree873304b61be066cc33df4cf1b0bc97dc222826e5 /EVENTS.txt
parent543e3e797277526ac0f0c6ac99be64897955258a (diff)
move scripts to just before </body>, add event for scripts that need to be in <head>
Diffstat (limited to 'EVENTS.txt')
-rw-r--r--EVENTS.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt
index 68cb28603..dfaf34a66 100644
--- a/EVENTS.txt
+++ b/EVENTS.txt
@@ -134,3 +134,9 @@ StartAddressData: Allows the site owner to provide additional information about
EndAddressData: At the end of <address>
- $action: the current action
+
+StartShowHeadElements: Right after the <head> tag
+- $action: the current action
+
+EndShowHeadElements: Right before the </head> tag; put <script>s here if you need them in <head>
+- $action: the current action