You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2021/10/08 09:33:29 UTC

[myfaces-tobago] branch master updated: cleanup

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 6680032  cleanup
6680032 is described below

commit 66800328e5ed04f558fa40cb083788c1229b95fb
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Fri Oct 8 11:28:04 2021 +0200

    cleanup
---
 tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml
index a18c657..a4943cc 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml
@@ -48,7 +48,6 @@
                 <tc:selectItems value="#{themeController.themeItems}"/>
               </tc:selectOneRadio>
             </tc:link>
-            <!--<tc:link action="#{themeController.resetTheme}" label="Reset Theme"/>-->
             <tc:link label="Locale">
               <tc:selectOneRadio value="#{localeController.locale}">
                 <tc:event action="#{localeController.submit}"/>