From 24d5bcd3753fa81b5f4a437ed78396845f8df615 Mon Sep 17 00:00:00 2001 From: gravel Date: Thu, 21 Dec 2023 12:39:39 +0000 Subject: [PATCH] Fix copy mod ping button --- output/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output/main.js b/output/main.js index a5178451..9cc1f700 100644 --- a/output/main.js +++ b/output/main.js @@ -317,7 +317,7 @@ function addQRModalHandlers() { /** * @type {string[]} */ - const staff = JSON.parse(this.getAttribute(ATTRIBUTES.ROW.STAFF_DATA)); + const staff = this.getAttribute(ATTRIBUTES.ROW.STAFF_DATA).split(","); if (staff.length == 0) { alert("No public moderators available for this Community."); return;