docs: Remove overqualified element-id combination selectors

Bug: T248137
Change-Id: I8b2bc0843f9151269d4dbcbf278f8ce43ee8f872
This commit is contained in:
Volker E 2020-03-23 13:25:45 -07:00
parent 70f33d106d
commit eecd2a73f9
1 changed files with 5 additions and 5 deletions

View File

@ -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.
from an extension.