Update edit.php
This commit is contained in:
parent
03dd006979
commit
f54ec72fc7
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue