move autosubmit up a level where it will actually work
This commit is contained in:
parent
4603fde904
commit
7d1610197d
@ -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' }});
|
||||
|
||||
});
|
||||
|
||||
|
@ -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' }});
|
||||
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user