Skip to content

Commit 1b669d4

Browse files
stonebuzzbtry
authored andcommitted
feat(kb): preselect see all categorie
1 parent c066fcb commit 1b669d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

js/scripts.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,9 @@ function updateKbCategoriesView() {
211211
$(this).addClass('category_active');
212212
}
213213
);
214+
215+
//preselect see all
216+
$('#wizard_seeall').click();
214217
});
215218
}
216219

0 commit comments

Comments
 (0)