Update edit.php

This commit is contained in:
Luca 2024-02-23 19:44:52 +01:00
parent 03dd006979
commit f54ec72fc7
1 changed files with 2 additions and 1 deletions

View File

@ -295,7 +295,8 @@ $("#id_module_start").change(function(){
$("#theme").change(function(){
update_theme($(this).val());
changeSkin($(this).val());
if ($(this).val())
changeSkin($(this).val());
});
function update_id_module_start(value){