diff options
| author | voidq <hey@voidq.xyz> | 2026-07-23 19:47:05 +0800 |
|---|---|---|
| committer | voidq <hey@voidq.xyz> | 2026-07-23 19:47:05 +0800 |
| commit | 4d120bccd8a031b4092db82ffbc0843fb15f9f10 (patch) | |
| tree | 59dd3754ebe4e9f583bc8f0118c4d51a4ad97b70 /html.c | |
| parent | 727ea03c62b10ac84fcc4c91bdebd5eaaa50e94d (diff) | |
renamed snac-btn-like to snac-btn-clear-all
by mistake clear_all btn was given class snac-btn-like
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4337,7 +4337,7 @@ xs_str *html_notifications(snac *user, int skip, int show) xs_html_attr("id", "clear"), xs_html_sctag("input", 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 *noti_new = NULL; |