Commit
d03ee22375b4b7dcac890d737458fe0ecf4e289f
Exists in
master
and in
18 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, event_layout, fix_forum, fix_suggest_article, folder_improvments, news_page, script_to_update, template_mirror_block, tests, tests_fixies
searches: use replaceWith to avoid repetition
1
| -jQuery('#search-content').html('<%= escape_javascript(render :partial => "search_content") %>'); |
1
| +jQuery('#search-content').replaceWith('<%= escape_javascript(render "search_content") %>'); |
| |
2
| + |