From ab0eab49e866e29b1c1b5ef58897c6a446d24864 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 7 Mar 2014 20:28:04 -0800 Subject: start new connections out with even more sane defaults than before by pre-filling the connedit form page. This still lets them change things before any damage has been done or before any privacy has leaked, but should reduce the number of new connections that can't comment. --- view/js/mod_connedit.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'view/js') diff --git a/view/js/mod_connedit.js b/view/js/mod_connedit.js index a641029f3..80a56f854 100644 --- a/view/js/mod_connedit.js +++ b/view/js/mod_connedit.js @@ -1,5 +1,8 @@ $(document).ready(function() { + if(typeof(after_following) !== 'undefined' && after_following) + connectFullShare(); + $('#id_pending').click(function() { connectFullShare(); }); -- cgit v1.2.3