Last modified: 2012-09-19 18:13:57 UTC
When I am not logged in it shows (in Dutch): Niet aangemeld Overlegpagina IP-adres Bijdragen IP-adres When I am logged in it shows: Romaine Overleg Voorkeuren Volglijst Bijdragen Afmelden But the first page I see when I log in is: Romaine Overleg Voorkeuren Volglijst Bijdragen Afmelden Niet aangemeld Overlegpagina IP-adres Bijdragen IP-adres And that last one isn't correct, it shows the top two lines together. Greetings - Romaine
Example: http://i56.tinypic.com/2cfuk2e.png
This is created by the loggedOutTalkPage() function in nl.wikipedia's MediaWiki:Common.js. Due to bug 31192, the javascript is also run on the first page when logging in. Because of the way that javascript function works, some links are left and thus both show up. Once bug 31192 is fixed this will automatically be fixed.
*** Bug 31192 has been marked as a duplicate of this bug. ***
It's not a JS thing. The entire interface is slowing as logged out in my tests on localhost.
Fixed in r98237, deploying.
Fix deployed, should be working again now.