diff options
author | friendica <info@friendica.com> | 2012-12-06 14:15:40 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-06 14:15:40 -0800 |
commit | 7d1610197d7eaf5c97d34ebbe777a0a475da38de (patch) | |
tree | 68d332f942efc11528b5041b5bcfae0a89d850a7 /include/nav.php | |
parent | 4603fde9044b09a76dee9167fb312a597974ba59 (diff) | |
download | volse-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 'include/nav.php')
-rw-r--r-- | include/nav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php index eacb0f29a..7db053741 100644 --- a/include/nav.php +++ b/include/nav.php @@ -23,7 +23,7 @@ function nav(&$a) { minChars: 2, width: 250, }); - a.setOptions({ params: { autoSubmit: true, type: 'x' }}); + a.setOptions({ autoSubmit: true, params: { type: 'x' }}); }); |