Page MenuHomePhabricator

JavaScript error in < IE8 on Special:CentralAuth
Closed, ResolvedPublic

Description

js error

seen in IE7:

click "My preferences", "View global user info".

get js error, see screen shot.


Version: unspecified
Severity: minor

Attached:

Screen_shot_2012-02-29_at_4.19.18_PM.png (569×853 px, 69 KB)

Details

Reference
bz34823

Event Timeline

There was a trailing comma in the object literal exported on SpecialCentralAuth. This is a syntax error that most browsers silently ignore, but IE reminds us to do the right thing in this case :)

Fixed in r112925.