+ // Don't nag for stable 1.0 & 1.4 releases
+ if (ua.match(/rv:1\.(4|0)(\.\d)?)/)) {
+ return;
+ }
How does this only catch stable 1.4 users, and not catch people using other 1.4-era builds?
(Stable 1.0 users won't see that page anyway, so I'm not worried about them.)
Gerv
