From 7d1610197d7eaf5c97d34ebbe777a0a475da38de Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 6 Dec 2012 14:15:40 -0800 Subject: move autosubmit up a level where it will actually work --- include/nav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/nav.php') 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' }}); }); -- cgit v1.2.3