summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Christian2011-04-20 13:41:54 -0700
committerMark Christian2011-04-20 13:41:54 -0700
commita3d44d3980f6c1792f55d435ac2030df282e2e86 (patch)
treee8ea4e54858cbe6bf627bff56ea4c7b4a668cd2c
parentbee3fa86a4b02fa7506ad07c4deebf9ddde80238 (diff)
downloadffffallback-a3d44d3980f6c1792f55d435ac2030df282e2e86.tar.bz2
Block Firefox 3.x
-rw-r--r--bookmarklet/ffffallback.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/bookmarklet/ffffallback.js b/bookmarklet/ffffallback.js
index c928c0f..38fd2d4 100644
--- a/bookmarklet/ffffallback.js
+++ b/bookmarklet/ffffallback.js
@@ -1,6 +1,6 @@
(function() {
- if(navigator.userAgent.indexOf('MSIE') >= 0) {
- return alert('FFFFALLBACK only works in Chrome, Safari, and Firefox right now. :(\n\nSorry,\n - Mark');
+ if(navigator.userAgent.indexOf('MSIE') >= 0 || navigator.userAgent.indexOf('Firefox/3') >= 0) {
+ return alert('FFFFALLBACK only works in Chrome, Safari, and Firefox 4 right now. :(\n\nSorry,\n - Mark');
}
var $ = {