showwarning when manually changing also

This commit is contained in:
friendica 2014-03-07 22:00:23 -08:00
parent 5ec38459dc
commit d83ebcdab5

View File

@ -6,6 +6,13 @@ $(document).ready(function() {
$('#id_pending').click(function() {
connectFullShare();
});
$('.abook-edit-me').click(function() {
$('.abook-permschange').show();
$('.abook-permschange').html(aStr['permschange']);
});
});
function connectFullShare() {