diff --git a/js/scripts.js b/js/scripts.js index 822eb3192..bee6e6ef2 100644 --- a/js/scripts.js +++ b/js/scripts.js @@ -211,6 +211,9 @@ function updateKbCategoriesView() { $(this).addClass('category_active'); } ); + + //preselect see all + $('#wizard_seeall').click(); }); }