[Rt-commit] r19766 - rt/3.8/trunk/share/html/NoAuth/js
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed May 27 07:04:32 EDT 2009
Author: sunnavy
Date: Wed May 27 07:04:30 2009
New Revision: 19766
Modified:
rt/3.8/trunk/share/html/NoAuth/js/ahah.js
Log:
use GET for firefox2 in ahah
Modified: rt/3.8/trunk/share/html/NoAuth/js/ahah.js
==============================================================================
--- rt/3.8/trunk/share/html/NoAuth/js/ahah.js (original)
+++ rt/3.8/trunk/share/html/NoAuth/js/ahah.js Wed May 27 07:04:30 2009
@@ -11,10 +11,11 @@
}
var use_get;
- if ( /webkit/i.test( navigator.userAgent ) ) {
+ if ( /webkit|firefox\/2/i.test( navigator.userAgent ) ) {
// seems safari has weird problem with post:
// it does remove the old content of target
// while doesn't replace that with new content
+ // so is firefox 2
use_get = 1;
}
More information about the Rt-commit
mailing list