Commit
b58fb807369b4cf8696fcdc916f6326391b1e03a
Exists in
master
and in
21 other branches
activate_plugin, api_fixies, api_tasks, article_blog_visualization_format, article_layout_refactoring, article_layout_temp, blog_page_bug, clone_article, communities_ratings, design_template, event_layout, fix_forum, fix_optional_fields, fix_suggest_article, folder_improvments, manage_organization, news_page, script_to_update, template_mirror_block, tests, tests_fixies
[search-improvements] Update search results if search query gets empty
|
| @@ -43,4 +43,6 @@ |
| @@ -43,4 +43,6 @@ |
|
43
| // highlight: true, |
43
| // highlight: true, |
|
44
| // captureLength: 2 |
44
| // captureLength: 2 |
|
45
| // }); |
45
| // }); |
|
| |
46
| + |
|
| |
47
| + $("input#search-input").bind('notext', function(){ $('form.search_form').submit() }); |
|
46
| })(jQuery); |
48
| })(jQuery); |