Skip to content
Extraits de code Groupes Projets
Valider 18dbbb35 rédigé par robocoder's avatar robocoder
Parcourir les fichiers

update list of incompatible browsers

git-svn-id: http://dev.piwik.org/svn/trunk@3952 59fd770c-687e-43c8-a1e3-f5a4ff64c105
parent 4ac3bed9
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -14,9 +14,14 @@
* Browser [In]Compatibility
* - minimum required ECMAScript: ECMA-262, edition 3
*
* This version of piwik.js is known to not work with:
* Incompatible with these (and earlier) versions of:
* - IE4 - try..catch and for..in introduced in IE5
* - IE5 - named anonymous functions, array.push, encodeURIComponent, and decodeURIComponent introduced in IE5.5
* - Firefox 1.0 and Netscape 8.x - FF1.5 adds array.indexOf, among other things
* - Mozilla 1.7 and Netscape 6.x-7.x
* - Netscape 4.8
* - Opera 6 - Error object (and Presto) introduced in Opera 7
* - Opera 7
*/
/************************************************************
......@@ -547,7 +552,7 @@ var
// sniff for older WebKit versions
if ((new RegExp('WebKit')).test(navigatorAlias.userAgent)) {
var _timer = setInterval(function() {
var _timer = setInterval(function () {
if (hasLoaded || /loaded|complete/.test(documentAlias.readyState)) {
clearInterval(_timer);
loadHandler();
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter