Is this done on my own js page (vector.js in this case) or in the code itself? (If in the code I'll have to copy it to my own userspace.)
----- Original Message ----- From: Platonides Platonides@gmail.com To: mediawiki-l@lists.wikimedia.org Date: Sun, 30 May 2010 00:35:16 +0200 Subject: Re: [Mediawiki-l] Script default
Steve VanSlyck wrote:
User:PleaseStand/highlight-comments.js is a script on Wikipedia. One
has to
click a link on the page to activate it. Is there some way to make it activate on page load?
Replace the call to addPortletLink with HighlightCommentsJsHighlight()
Steve VanSlyck wrote:
Where would I find that call?
Replace
// Create and add the menu item or tab HighlightCommentsJsSwitch = addPortletLink("p-cactions", "javascript:HighlightCommentsJsHighlight()", "Highlight", "ca-highlightcomments", "Toggle highlighting of your own comments on this page");
with
HighlightCommentsJsHighlight();
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Steve VanSlyck wrote:
Is this done on my own js page (vector.js in this case) or in the code itself? (If in the code I'll have to copy it to my own userspace.)
In the code. You would have to copy it. You could include it and add the call with addOnloadHook(), but the fact that it waits for jQuery, makes me think that it's not so easy.
mediawiki-l@lists.wikimedia.org