diff --git a/content.js b/content.js index 42b306d..e1ce272 100644 --- a/content.js +++ b/content.js @@ -11,6 +11,8 @@ $(document).keydown(function(e) { return true; } else if (element.is('input, textarea')) { return true; + } else if (active.attr('type') == 'application/x-shockwave-flash') { + return true; } return false; diff --git a/manifest.json b/manifest.json index 6cf6b15..f8b3587 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "BackStop", "description": "Stop Backspace returning to previous page.", - "version": "2.0.1", + "version": "2.0.2", "manifest_version" : 2, "icons": { "16": "logo16.png", @@ -15,4 +15,4 @@ "all_frames": true } ] -} \ No newline at end of file +}