When approving a connection automatically select Full Sharing.

This commit is contained in:
friendica 2014-03-07 20:15:54 -08:00
parent 16c2aa042f
commit 3b0b59dfad

View File

@ -1,4 +1,10 @@
$(document).ready(function() {
$('#id_pending').click(function() {
connectFullShare();
});
});
function connectFullShare() { function connectFullShare() {
$('.abook-edit-me').each(function() { $('.abook-edit-me').each(function() {
if(! $(this).is(':disabled')) if(! $(this).is(':disabled'))