summaryrefslogtreecommitdiff
path: root/resources/views/admin/trees-privacy.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/admin/trees-privacy.phtml')
-rw-r--r--resources/views/admin/trees-privacy.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/admin/trees-privacy.phtml b/resources/views/admin/trees-privacy.phtml
index 0588080a26..9963cb8080 100644
--- a/resources/views/admin/trees-privacy.phtml
+++ b/resources/views/admin/trees-privacy.phtml
@@ -323,7 +323,7 @@ use Fisharebest\Webtrees\View;
* @param access true or false
*/
function setPrivacyFeedback (sel, who, access) {
- var formGroup = $(sel).closest('.form-group');
+ var formGroup = $(sel).closest('.row');
if (access) {
$('.' + who, formGroup).addClass('bg-success').removeClass('bg-secondary');