https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113105

Revision: 113105
Author:   tparscal
Date:     2012-03-05 23:14:58 +0000 (Mon, 05 Mar 2012)
Log Message:
-----------
Added "Rekonq" to list of known browsers, which prevents it from being 
considered to be Safari. Whoever chose to make the user agent of this browser 
look like Safari 2.0 is an idiot. This should sort out bug #34924

Modified Paths:
--------------
    trunk/phase3/resources/jquery/jquery.client.js

Modified: trunk/phase3/resources/jquery/jquery.client.js
===================================================================
--- trunk/phase3/resources/jquery/jquery.client.js      2012-03-05 23:10:54 UTC 
(rev 113104)
+++ trunk/phase3/resources/jquery/jquery.client.js      2012-03-05 23:14:58 UTC 
(rev 113105)
@@ -72,7 +72,7 @@
                                // Names of known browsers
                                var names = [
                                        'camino', 'chrome', 'firefox', 
'netscape', 'konqueror', 'lynx', 'msie', 'opera', 'safari', 'ipod',
-                                       'iphone', 'blackberry', 'ps3'
+                                       'iphone', 'blackberry', 'ps3', 'rekonq'
                                ];
                                // Tanslations for conforming browser names
                                var nameTranslations = [];


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to