Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
PLF-8027 :After the deletion of a space the searchbox is no longer ac…
Browse files Browse the repository at this point in the history
…tivated. (#310)
  • Loading branch information
Zaoui authored and mbensalem committed Aug 27, 2018
1 parent 39ca871 commit 946d094
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,15 +303,6 @@

//end event touch on mobile

//change icon search in toolbar to icon close input search
$("#ToolBarSearch .uiIconPLF24x24Search").on('click', function(){
$(this).toggleClass('uiIconCloseSearchBox')
.parents('#ToolBarSearch').find('input[type="text"]').toggleClass("showInputSearch").removeClass('loadding').focus()
.parents('#ToolBarSearch').find('.uiQuickSearchResult').hide()
.parents('#PlatformAdminToolbarContainer').toggleClass('activeInputSearch')
.parents('body').toggleClass('quickSearchDisplay');
});

//left accordion navigation
$('#UISpaceNavigationPortlet').addClass('showAccordionBar');
$('.LeftNavigationTDContainer').find('.navItemSelected, .active').parents('.accordionCont').parent().addClass('showAccordionBar').parents('.LeftNavigationTDContainer').find('#UISpaceNavigationPortlet').removeClass('showAccordionBar');
Expand Down

0 comments on commit 946d094

Please sign in to comment.