1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-24 14:31:42 +01:00

Update edit.php

This commit is contained in:
Luca 2024-02-23 19:44:52 +01:00
parent 03dd006979
commit f54ec72fc7

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){