Where would I find that call?
----- Original Message ----- From: Platonides Platonides@gmail.com To: mediawiki-l@lists.wikimedia.org Date: Sat, 29 May 2010 21:19:27 +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()
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
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@lists.wikimedia.org