rework the new connection stuff so we don't need a "permissions have been changed but not saved" message.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user