mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-07-17 02:22:52 -04:00
Saving custom CSS/JS rendered the response from the pre-save state (no Post/Redirect/Get), so the stylesheet cache-busting URL was stale and the change only appeared after a manual reload, which reads as erratic behavior. Redirect back to the extension config after save, matching the pattern used elsewhere in the codebase. Fixes #8795 Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
9 lines
159 B
JSON
9 lines
159 B
JSON
{
|
|
"name": "User JS",
|
|
"author": "hkcomori, Frans de Jonge",
|
|
"description": "Apply user JS.",
|
|
"version": "1.1.3",
|
|
"entrypoint": "UserJS",
|
|
"type": "user"
|
|
}
|