Skip to content

Commit

Permalink
feat(kb): preselect see all categorie
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz authored and btry committed Sep 16, 2022
1 parent c066fcb commit 1b669d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@ function updateKbCategoriesView() {
$(this).addClass('category_active');
}
);

//preselect see all
$('#wizard_seeall').click();
});
}

Expand Down

0 comments on commit 1b669d4

Please sign in to comment.