rework the new connection stuff so we don't need a "permissions have been changed but not saved" message.

This commit is contained in:
friendica
2015-01-25 13:30:40 -08:00
parent 642c933d98
commit 4ca2ec7638
3 changed files with 16 additions and 28 deletions

View File

@@ -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();
}