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:
parent
03dd006979
commit
f54ec72fc7
@ -295,7 +295,8 @@ $("#id_module_start").change(function(){
|
|||||||
|
|
||||||
$("#theme").change(function(){
|
$("#theme").change(function(){
|
||||||
update_theme($(this).val());
|
update_theme($(this).val());
|
||||||
changeSkin($(this).val());
|
if ($(this).val())
|
||||||
|
changeSkin($(this).val());
|
||||||
});
|
});
|
||||||
|
|
||||||
function update_id_module_start(value){
|
function update_id_module_start(value){
|
||||||
|
Loading…
Reference in New Issue
Block a user