From 8fa8b4b3dfa5b7c12376024ba2ff5b4188f7185a Mon Sep 17 00:00:00 2001 From: jriegel Date: Wed, 23 Nov 2011 17:58:06 +0000 Subject: [PATCH] + remove web examples for 0.12 git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5161 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d --- src/Mod/Start/StartPage/StartPage.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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())