https://bugzilla.wikimedia.org/show_bug.cgi?id=27652
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Krinkle <[email protected]> 2011-02-27 20:26:18 UTC --- The problem is on line 129 http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/resources/jquery/jquery.client.js?view=markup&pathrev=81276#l129 > 'versionBase': ( version !== x ? new String( > version ).substr( 0, 1 ) : x ), Instead of rounding downwards without digets, it's slicing the first number. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
