Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -15,4 +15,4 @@
"all_frames": true
}
]
}
}