Enforces trailing spaces

This commit is contained in:
Yury Delendik 2013-07-01 11:25:46 -05:00
parent ba87d2fe11
commit 3461d02d05
6 changed files with 12 additions and 11 deletions

View file

@ -50,7 +50,7 @@ chrome.webRequest.onBeforeRequest.addListener(
function(details) {
if (isPdfDownloadable(details)) // Defined in pdfHandler.js
return;
if (incognitoTabIds.indexOf(details.tabId) !== -1)
return; // Doesn't work in incognito mode, so don't redirect.