diff options
Diffstat (limited to 'background_page.html')
| -rw-r--r-- | background_page.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/background_page.html b/background_page.html index 9f5c09a5..ac83a0c3 100644 --- a/background_page.html +++ b/background_page.html @@ -238,7 +238,8 @@ }); } - /** openUrlInNewTab, opens source in new tab and switches to it + /** + * Opens request.url in new tab and switches to it if request.selected is true. * */ function openUrlInNewTab(request) { |
