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

mybugs.m...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mybugs.m...@gmail.com

--- Comment #9 from mybugs.m...@gmail.com 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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to