Fossil SCM
Remove the (broken) "Color by Hash" submenu link from the /bloblist page.
Commit
dd687c7c90e81334eea3f71d613b58a17fff5be37d97c491ee4e7d5a171a29a3
Parent
386191d37967aab…
1 file changed
-3
-3
| --- src/name.c | ||
| +++ src/name.c | ||
| @@ -1007,13 +1007,10 @@ | ||
| 1007 | 1007 | |
| 1008 | 1008 | login_check_credentials(); |
| 1009 | 1009 | if( !g.perm.Read ){ login_needed(g.anon.Read); return; } |
| 1010 | 1010 | style_header("List Of Artifacts"); |
| 1011 | 1011 | style_submenu_element("250 Largest", "bigbloblist"); |
| 1012 | - if( !hashClr ){ | |
| 1013 | - style_submenu_element("Color by Hash", "bloblist?hclr"); | |
| 1014 | - } | |
| 1015 | 1012 | if( !unpubOnly && mx>n && P("s")==0 ){ |
| 1016 | 1013 | int i; |
| 1017 | 1014 | @ <p>Select a range of artifacts to view:</p> |
| 1018 | 1015 | @ <ul> |
| 1019 | 1016 | for(i=1; i<=mx; i+=n){ |
| 1020 | 1017 |
| --- src/name.c | |
| +++ src/name.c | |
| @@ -1007,13 +1007,10 @@ | |
| 1007 | |
| 1008 | login_check_credentials(); |
| 1009 | if( !g.perm.Read ){ login_needed(g.anon.Read); return; } |
| 1010 | style_header("List Of Artifacts"); |
| 1011 | style_submenu_element("250 Largest", "bigbloblist"); |
| 1012 | if( !hashClr ){ |
| 1013 | style_submenu_element("Color by Hash", "bloblist?hclr"); |
| 1014 | } |
| 1015 | if( !unpubOnly && mx>n && P("s")==0 ){ |
| 1016 | int i; |
| 1017 | @ <p>Select a range of artifacts to view:</p> |
| 1018 | @ <ul> |
| 1019 | for(i=1; i<=mx; i+=n){ |
| 1020 |
| --- src/name.c | |
| +++ src/name.c | |
| @@ -1007,13 +1007,10 @@ | |
| 1007 | |
| 1008 | login_check_credentials(); |
| 1009 | if( !g.perm.Read ){ login_needed(g.anon.Read); return; } |
| 1010 | style_header("List Of Artifacts"); |
| 1011 | style_submenu_element("250 Largest", "bigbloblist"); |
| 1012 | if( !unpubOnly && mx>n && P("s")==0 ){ |
| 1013 | int i; |
| 1014 | @ <p>Select a range of artifacts to view:</p> |
| 1015 | @ <ul> |
| 1016 | for(i=1; i<=mx; i+=n){ |
| 1017 |