diff --git a/js/search/search_form_handler.js b/js/search/search_form_handler.js index 0c84ada32..475d1ad5f 100644 --- a/js/search/search_form_handler.js +++ b/js/search/search_form_handler.js @@ -180,7 +180,7 @@ $(function() if ($('.ui-dialog:visible :itop-search_form_handler').length != 0) { - //if a modal containing a dialog is visible then the history update event come from it, whe do not want to update the history in this case! + //if a modal containing a search form is visible then the history update event come from it, whe do not want to update the history in this case! because search form in modal are forbidden to update history! return; }