diff options
author | Friendika <info@friendika.com> | 2011-01-30 22:45:02 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-30 22:45:02 -0800 |
commit | d8877b88d6c26e29019312f02297411817692361 (patch) | |
tree | ce3a0404855e11a59679f4b108433a74e38b3256 /include/main.js | |
parent | 6935d34e7683fa2cf43092b39346c3c43cb8d38d (diff) | |
download | volse-hubzilla-d8877b88d6c26e29019312f02297411817692361.tar.gz volse-hubzilla-d8877b88d6c26e29019312f02297411817692361.tar.bz2 volse-hubzilla-d8877b88d6c26e29019312f02297411817692361.zip |
limit privacy ACL's to networks which can handle privacy
Diffstat (limited to 'include/main.js')
-rw-r--r-- | include/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/main.js b/include/main.js index a24f0ae08..63b34bd21 100644 --- a/include/main.js +++ b/include/main.js @@ -45,6 +45,7 @@ } } // this is shift-home on FF, but $ on IE, disabling until I figure out why the diff. +// update: incompatible usage of onKeyDown vs onKeyPress // if(event.keyCode == '36' && event.shiftKey == true) { // if(homebase !== undefined) { // event.preventDefault(); |