2 Commits 727ea03c62 ... 5cffab6a29

Author SHA1 Message Date
  grunfink 5cffab6a29 Merge pull request 'renamed snac-btn-like to snac-btn-clear-all' (#633) from voidq/snac2:master into master 3 weeks ago
  voidq 4d120bccd8 renamed snac-btn-like to snac-btn-clear-all 3 weeks ago
1 changed files with 1 additions and 1 deletions
  1. 1 1
      html.c

+ 1 - 1
html.c

@@ -4337,7 +4337,7 @@ xs_str *html_notifications(snac *user, int skip, int show)
             xs_html_attr("id",           "clear"),
             xs_html_attr("id",           "clear"),
             xs_html_sctag("input",
             xs_html_sctag("input",
                 xs_html_attr("type",     "submit"),
                 xs_html_attr("type",     "submit"),
-                xs_html_attr("class",    "snac-btn-like"),
+                xs_html_attr("class",    "snac-btn-clear-all"),
                 xs_html_attr("value",    L("Clear all")))));
                 xs_html_attr("value",    L("Clear all")))));
 
 
     xs_html *noti_new = NULL;
     xs_html *noti_new = NULL;