]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-summary.c
Don't show the the branch selector button if javascript is enabled
[ps-cgit] / ui-summary.c
index 39fe33078b737b8c4d7f58e6344677149e0a4604..c856793b978da4e05b7eb81de236d3fc3df8875b 100644 (file)
@@ -56,7 +56,7 @@ static int print_branch(struct refinfo *ref)
        if (!info)
                return 1;
        html("<tr><td>");
-       cgit_log_link(name, NULL, NULL, name, NULL, NULL, 0);
+       cgit_log_link(name, NULL, NULL, name, NULL, NULL, 0, NULL, NULL);
        html("</td><td>");
 
        if (ref->object->type == OBJ_COMMIT) {