diff options
Diffstat (limited to 'autoIgnoreKey.js')
-rw-r--r-- | autoIgnoreKey.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoIgnoreKey.js b/autoIgnoreKey.js index 8dc4ca1..ce3de31 100644 --- a/autoIgnoreKey.js +++ b/autoIgnoreKey.js @@ -44,7 +44,7 @@ getBrowser().mTabBox.addEventListener('TabSelect',passAllKeysIfTarget,false); function passAllKeysIfTarget() { var uri = content.document.documentURI; - liberator.modes.passAllKeys = isMatch(uri); + liberator.modules.modes.passAllKeys = isMatch(uri); //liberator.log('load page: ' + gBrowser.selectedBrowser.contentDocument.URL); } |