mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
add share board link
This commit is contained in:
@@ -3,9 +3,7 @@ function handleShareClick(selectedAddress, cid) {
|
||||
|
||||
let shareLink = `${plebBzBaseURL}${selectedAddress}/`;
|
||||
|
||||
if (cid === "rules" || cid === "description") {
|
||||
shareLink += cid;
|
||||
} else {
|
||||
if (cid !== "rules" && cid !== "description") {
|
||||
shareLink += `c/${cid}`;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user