Skip to content
Snippets Groups Projects
Commit 21ee4ec4 authored by Demian Katz's avatar Demian Katz
Browse files

Merge branch 'release-5.0'

parents 6222352c 1cbb244c
No related merge requests found
......@@ -4,10 +4,12 @@ $(document).ready(function() {
$('#groupPlaceHolder').removeClass('hidden');
$('#new_search_template').addClass('hidden').detach().appendTo('[role="main"]');
$('#new_search_template').find('.adv-search').removeAttr('id');
$('#new_search_template').find('.form-control').removeAttr('id');
$('#new_search_template').find('input').removeAttr('value');
$('#new_search_template').find('option').removeAttr('selected');
$('#new_group_template').addClass('hidden').detach().appendTo('[role="main"]');
$('#new_group_template').find('.adv-group').removeAttr('id');
$('#new_group_template').find('.form-control').removeAttr('id');
$('#new_group_template .adv-search').remove();
$('#advSearchForm .no-js').remove();
// Build page
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment