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();