Skip to content

Commit 02a654f

Browse files
paigesrossiInbarGazitraileendr
authored
Homepage filter fix (#104)
* README.md updates * fixing skipforlanguages value Co-authored-by: Inbar Gazit <inbar.gazit@docusign.com> Co-authored-by: Raileen Del Rosario <raileendr@gmail.com>
1 parent 86265c9 commit 02a654f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/static/assets/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ const DS_SEARCH = (function () {
142142

143143
group.Examples.forEach(
144144
example => {
145-
if (!example.SkipForLanguages || !example.SkipForLanguages.toLowerCase().includes("c#")) {
145+
if (!example.SkipForLanguages || !example.SkipForLanguages.toLowerCase().includes("python")) {
146146
if (element.Name.toLowerCase() !== API_TYPES.ESIGNATURE.toLowerCase() ||
147147
((example.CFREnabled == "AllAccounts") ||
148148
((cfrPart11 == "True") && (example.CFREnabled == "CFROnly")) ||

0 commit comments

Comments
 (0)