I need your help because I have the following problem. When my page loads, I call this function:
$.HSCore.components.HSUnfold.init($('[data-unfold-target]'));});
The problem is that I use a dropdown-menu for my login form. If there is an error I go back to my home page, but the dropdown closes automatically because of my initialization and the user does not see the error messages. What can I do to reopen it after the page is reset. Thanks for your help. (Sorry for my english)