Răsfoiți Sursa

After doing some timeline operation, the page is loaded at the snac-posts anchor.

default 3 ani în urmă
părinte
comite
f9be6c58ed
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      html.c

+ 2 - 1
html.c

@@ -758,6 +758,7 @@ d_char *html_timeline(snac *snac, char *list, int local)
     if (!local)
         s = html_top_controls(snac, s);
 
+    s = xs_str_cat(s, "<a name=\"snac-posts\"></a>\n");
     s = xs_str_cat(s, "<div class=\"snac-posts\">\n");
 
     while (xs_list_iter(&list, &v)) {
@@ -1086,7 +1087,7 @@ int html_post_handler(d_char *req, char *q_path, d_char *payload, int p_size,
     }
 
     if (status == 303) {
-        *body   = xs_fmt("%s/admin", snac.actor);
+        *body   = xs_fmt("%s/admin#snac-posts", snac.actor);
         *b_size = strlen(*body);
     }