aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-06 14:15:40 -0800
committerfriendica <info@friendica.com>2012-12-06 14:15:40 -0800
commit7d1610197d7eaf5c97d34ebbe777a0a475da38de (patch)
tree68d332f942efc11528b5041b5bcfae0a89d850a7 /view
parent4603fde9044b09a76dee9167fb312a597974ba59 (diff)
downloadvolse-hubzilla-7d1610197d7eaf5c97d34ebbe777a0a475da38de.tar.gz
volse-hubzilla-7d1610197d7eaf5c97d34ebbe777a0a475da38de.tar.bz2
volse-hubzilla-7d1610197d7eaf5c97d34ebbe777a0a475da38de.zip
move autosubmit up a level where it will actually work
Diffstat (limited to 'view')
-rw-r--r--view/js/mod_connections.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/mod_connections.js b/view/js/mod_connections.js
index b7352d336..6a7f2eaed 100644
--- a/view/js/mod_connections.js
+++ b/view/js/mod_connections.js
@@ -5,7 +5,7 @@ $(document).ready(function() {
minChars: 2,
width: 350,
});
- a.setOptions({ params: { autoSubmit: true, type: 'a' }});
+ a.setOptions({ autoSubmit: true, params: { type: 'a' }});
});