aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-07 20:28:04 -0800
committerfriendica <info@friendica.com>2014-03-07 20:28:04 -0800
commitab0eab49e866e29b1c1b5ef58897c6a446d24864 (patch)
treea47417a06a935bc0cb91ada8150f86b219447a40 /view/js
parent3b0b59dfad2c69539e018e43b9ee946a9d9993bc (diff)
downloadvolse-hubzilla-ab0eab49e866e29b1c1b5ef58897c6a446d24864.tar.gz
volse-hubzilla-ab0eab49e866e29b1c1b5ef58897c6a446d24864.tar.bz2
volse-hubzilla-ab0eab49e866e29b1c1b5ef58897c6a446d24864.zip
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.
Diffstat (limited to 'view/js')
-rw-r--r--view/js/mod_connedit.js3
1 files changed, 3 insertions, 0 deletions
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();
});