1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-25 15:22:24 +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,6 +295,7 @@ $("#id_module_start").change(function(){
$("#theme").change(function(){ $("#theme").change(function(){
update_theme($(this).val()); update_theme($(this).val());
if ($(this).val())
changeSkin($(this).val()); changeSkin($(this).val());
}); });