mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #658] Line 117 of index.js and garbled Chinese characters #400
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @WangShouzheng9527 on GitHub (Jan 11, 2026).
Original GitHub issue: https://github.com/sigoden/dufs/issues/658
Line 117 DATA = JSON.parse(decodeBase64($indexData.innerHTML));
Debugging revealed that the processing result of decodeBase64 is not an object
he following functions work properly when replaced
@sigoden commented on GitHub (Jan 12, 2026):
I cannot confirm the bug. There is no issue with decodeBase64.