diff --git a/src/Mod/Start/StartPage/StartPage.py b/src/Mod/Start/StartPage/StartPage.py index 5d778cb9f..8c705ee2d 100644 --- a/src/Mod/Start/StartPage/StartPage.py +++ b/src/Mod/Start/StartPage/StartPage.py @@ -243,10 +243,6 @@ page = """ defaultexamples -
-

""" + text14 + """

- webexamples -
customblocks @@ -464,7 +460,7 @@ def handle(): html = html.replace("defaultexamples",getExamples()) # add web examples - html = html.replace("webexamples",getWebExamples()) + #html = html.replace("webexamples",getWebExamples()) # add custom blocks html = html.replace("customblocks",getCustomBlocks())