Author: abelevich
Date: 2008-07-11 06:51:59 -0400 (Fri, 11 Jul 2008)
New Revision: 9522
Modified:
trunk/framework/impl/src/main/resources/org/richfaces/renderkit/html/scripts/utils.js
Log:
add FF3 check method
Modified:
trunk/framework/impl/src/main/resources/org/richfaces/renderkit/html/scripts/utils.js
===================================================================
---
trunk/framework/impl/src/main/resources/org/richfaces/renderkit/html/scripts/utils.js 2008-07-11
10:50:54 UTC (rev 9521)
+++
trunk/framework/impl/src/main/resources/org/richfaces/renderkit/html/scripts/utils.js 2008-07-11
10:51:59 UTC (rev 9522)
@@ -160,7 +160,8 @@
isIE6: (!window.opera && /MSIE\s*[6][\d,\.]+;/.test(navigator.userAgent)),
isSafari: /Safari/.test(navigator.userAgent),
isOpera: !!window.opera,
- isObjectEval: (Richfaces.eval!=undefined)
+ isObjectEval: (Richfaces.eval!=undefined),
+ isFF3: (!window.opera && /Firefox\s*[\/]3[\.]/.test(navigator.userAgent))
};
Richfaces.eval = function(template, object) {
Show replies by date