When approving a connection automatically select Full Sharing.
This commit is contained in:
parent
16c2aa042f
commit
3b0b59dfad
@ -1,4 +1,10 @@
|
||||
|
||||
$(document).ready(function() {
|
||||
$('#id_pending').click(function() {
|
||||
connectFullShare();
|
||||
});
|
||||
});
|
||||
|
||||
function connectFullShare() {
|
||||
$('.abook-edit-me').each(function() {
|
||||
if(! $(this).is(':disabled'))
|
||||
|
Reference in New Issue
Block a user