From b18e43487ca0eea9d48444b77f94ff5b5a697c0a Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 1 Jan 2023 11:58:37 +0200 Subject: [PATCH] fix picking background --- files/assets/js/settings_profile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/files/assets/js/settings_profile.js b/files/assets/js/settings_profile.js index ae18b037c..6ff3f1f9f 100644 --- a/files/assets/js/settings_profile.js +++ b/files/assets/js/settings_profile.js @@ -92,6 +92,7 @@ function updatebgselection(){ str += ``; } bgContainer.innerHTML = str; + register_new_elements(bgContainer); } updatebgselection();