Don't show the the branch selector button if javascript is enabled
Suggested-by: Olivier Ramonat <olivier@ramonat.fr> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
这个提交包含在:
@ -492,7 +492,7 @@ void cgit_print_pageheader(char *title, int show_search)
|
|||||||
for_each_branch_ref(print_branch_option, cgit_query_head);
|
for_each_branch_ref(print_branch_option, cgit_query_head);
|
||||||
html("</select>\n");
|
html("</select>\n");
|
||||||
html("</td><td>");
|
html("</td><td>");
|
||||||
html("<input type='submit' id='switch-btn' value='..'>\n");
|
html("<noscript><input type='submit' id='switch-btn' value='..'></noscript>\n");
|
||||||
html("</td></tr></table>");
|
html("</td></tr></table>");
|
||||||
html("</form>\n");
|
html("</form>\n");
|
||||||
|
|
||||||
|
在新工单中引用
屏蔽一个用户