From eecd2a73f9034e38df302acd622d293eeb1f857a Mon Sep 17 00:00:00 2001 From: Volker E Date: Mon, 23 Mar 2020 13:25:45 -0700 Subject: [PATCH] docs: Remove overqualified element-id combination selectors Bug: T248137 Change-Id: I8b2bc0843f9151269d4dbcbf278f8ce43ee8f872 --- hooks.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hooks.txt b/hooks.txt index 05f6c6b..eb14caa 100644 --- a/hooks.txt +++ b/hooks.txt @@ -1,12 +1,12 @@ Hooks provided by the Vector skin. -'VectorAfterToolbox': Called after rendering the toolbox portlet (div#p-tb). +'VectorAfterToolbox': Called after rendering the toolbox portlet (#p-tb). You can use this to inject items (such as ads or a hit counter, for example) from an extension. -This is the Vector couterpart to the MonoBookAfterToolbox hook in the MonoBook +This is the Vector counterpart to the MonoBookAfterToolbox hook in the MonoBook skin. -'VectorBeforeFooter': Called before the footer (div#footer) is output, but after -div#mw-navigation has been closed. +'VectorBeforeFooter': Called before the footer (#footer) is output, but after +#mw-navigation has been closed. You can use this to inject items (such as ads or a hit counter, for example) -from an extension. \ No newline at end of file +from an extension.