From d83ebcdab5239ab82054cbb93d05b343777f5f56 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 7 Mar 2014 22:00:23 -0800 Subject: showwarning when manually changing also --- view/js/mod_connedit.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'view/js') diff --git a/view/js/mod_connedit.js b/view/js/mod_connedit.js index 8f06aeee9..64240abb8 100644 --- a/view/js/mod_connedit.js +++ b/view/js/mod_connedit.js @@ -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() { -- cgit v1.2.3