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('