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.

This commit is contained in:
friendica
2014-03-07 20:28:04 -08:00
parent 3b0b59dfad
commit ab0eab49e8
3 changed files with 10 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
$(document).ready(function() {
if(typeof(after_following) !== 'undefined' && after_following)
connectFullShare();
$('#id_pending').click(function() {
connectFullShare();
});