aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-25 13:30:40 -0800
committerfriendica <info@friendica.com>2015-01-25 13:30:40 -0800
commit4ca2ec7638664dd0514beddd982c9d7b541522eb (patch)
tree9d6ef6ce0454958a059c04119047d030cdbfcaf6 /view
parent642c933d9893f927b866038a73125247cf79cd73 (diff)
downloadvolse-hubzilla-4ca2ec7638664dd0514beddd982c9d7b541522eb.tar.gz
volse-hubzilla-4ca2ec7638664dd0514beddd982c9d7b541522eb.tar.bz2
volse-hubzilla-4ca2ec7638664dd0514beddd982c9d7b541522eb.zip
rework the new connection stuff so we don't need a "permissions have been changed but not saved" message.
Diffstat (limited to 'view')
-rw-r--r--view/js/mod_connedit.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/view/js/mod_connedit.js b/view/js/mod_connedit.js
index 765cbcc30..ee34f0508 100644
--- a/view/js/mod_connedit.js
+++ b/view/js/mod_connedit.js
@@ -1,13 +1,13 @@
function abook_perms_msg() {
- $('.abook-permsmsg').show();
+// $('.abook-permsmsg').show();
// $('.abook-permschange').html(aStr['permschange']);
- $('.abook-permssave').show();
+// $('.abook-permssave').show();
}
function abook_perms_new() {
- $('.abook-permsnew').show();
- $('.abook-permssave').show();
+// $('.abook-permsnew').show();
+// $('.abook-permssave').show();
}