diff options
author | Gaming4JC <g4jc@bulletmail.org> | 2018-05-31 18:49:32 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@bulletmail.org> | 2018-05-31 18:49:32 -0400 |
commit | 05f51965abce5351978181f33f3d9c72188f1337 (patch) | |
tree | 8a015b7e68e749d44a763a34e41e41ebfd869028 /components | |
parent | dfb09c7c450460d7707dd4adb71bd01845568979 (diff) | |
download | iceweasel-uxp-05f51965abce5351978181f33f3d9c72188f1337.tar.gz |
more modifications to advanced.js
Diffstat (limited to 'components')
-rw-r--r-- | components/preferences/in-content/advanced.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/components/preferences/in-content/advanced.js b/components/preferences/in-content/advanced.js index 47648e9..0b15a45 100644 --- a/components/preferences/in-content/advanced.js +++ b/components/preferences/in-content/advanced.js @@ -38,7 +38,6 @@ var gAdvancedPane = { this.updateReadPrefs(); } this.updateOfflineApps(); - this.updateOnScreenKeyboardVisibility(); this.updateCacheSizeInputField(); this.updateActualCacheSize(); this.updateActualAppCacheSize(); @@ -112,10 +111,6 @@ var gAdvancedPane = { * - when set to true, typing outside text areas and input boxes will * automatically start searching for what's typed within the current * document; when set to false, no search action happens - * ui.osk.enabled - * - when set to true, subject to other conditions, we may sometimes invoke - * an on-screen keyboard when a text input is focused. - * (Currently Windows-only, and depending on prefs, may be Windows-8-only) * general.autoScroll * - when set to true, clicking the scroll wheel on the mouse activates a * mouse mode where moving the mouse down scrolls the document downward with |