From 0f04664b2243bcfe3b6a2dcddb5dc521b5d8b6b2 Mon Sep 17 00:00:00 2001
From: Pro4TLZZ <22709115+pro4tlzz@users.noreply.github.com>
Date: Tue, 13 Jun 2023 17:57:01 +0100
Subject: [PATCH] Add Toggle all user attributes to export users
---
rockstar/rockstar.js | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/rockstar/rockstar.js b/rockstar/rockstar.js
index a4fb0d37..f0a88a8c 100644
--- a/rockstar/rockstar.js
+++ b/rockstar/rockstar.js
@@ -581,7 +581,7 @@
function addCheckbox(value, text) {
const checked = exportColumns.includes(value) ? "checked" : "";
- checkboxDiv.html(checkboxDiv.html() + `
`);
+ checkboxDiv.html(checkboxDiv.html() + `
`);
}
const user = {
id: "User Id",
@@ -643,7 +643,10 @@
for (const p in profile) addCheckbox("profile." + p, profile[p]);
errorBox.html('Unable to fetch custom attributes. Use an account with more privileges.
Only base attributes shown below.');
});
-
+ exportPopup.append('