aboutsummaryrefslogtreecommitdiffstats
path: root/include/main.js
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-01-30 22:45:02 -0800
committerFriendika <info@friendika.com>2011-01-30 22:45:02 -0800
commitd8877b88d6c26e29019312f02297411817692361 (patch)
treece3a0404855e11a59679f4b108433a74e38b3256 /include/main.js
parent6935d34e7683fa2cf43092b39346c3c43cb8d38d (diff)
downloadvolse-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.js1
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();