aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/mod_connedit.js
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-02 19:20:52 -0800
committerfriendica <info@friendica.com>2015-01-02 19:20:52 -0800
commit31648d65c8c5c3a54fc36b83871dcc09a9ac982f (patch)
tree6b1738e0e514d16bfeaf00935edcb5e352322ac6 /view/js/mod_connedit.js
parented2917118dd97df6b97c6ee34fe77b7f1818ffcd (diff)
downloadvolse-hubzilla-31648d65c8c5c3a54fc36b83871dcc09a9ac982f.tar.gz
volse-hubzilla-31648d65c8c5c3a54fc36b83871dcc09a9ac982f.tar.bz2
volse-hubzilla-31648d65c8c5c3a54fc36b83871dcc09a9ac982f.zip
some work on the edit connection workflow explanation and connedit page. This needs a lot more attention, but it was screaming for any improvement in documenting why we tell you that the permissions have been changed but not saved.
Diffstat (limited to 'view/js/mod_connedit.js')
-rw-r--r--view/js/mod_connedit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/mod_connedit.js b/view/js/mod_connedit.js
index fabf24e95..15b768929 100644
--- a/view/js/mod_connedit.js
+++ b/view/js/mod_connedit.js
@@ -1,7 +1,7 @@
function abook_perms_msg() {
$('.abook-permschange').show();
- $('.abook-permschange').html(aStr['permschange']);
+// $('.abook-permschange').html(aStr['permschange']);
$('.abook-permssave').show();
}