https://bugzilla.wikimedia.org/show_bug.cgi?id=22416

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #9 from [email protected] 2012-08-07 15:54:41 UTC ---
You can use something like this in your [[Special:MyPage/common.css]]:

var changeRedTalkPageLinks = function(){
    $('#ca-talk.new')
        .removeClass('new')
        .find('a')
            .attr('href', function(i,href){
                return href.replace('redlink=1', 'section=new');
            });
};
$(changeRedTalkPageLinks);

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to